Skip to content

fix: double URL encoding in central-dashboard links #6564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

timcharper
Copy link

Central dashboard would lead to double URL encoding characters such as quotation due to the expectation that the
underlying Iron-Location hash is already decoded, and failure to decode it when directly setting it from an iframe URL
change.

Fixes kubeflow/dashboard#34

Central dashboard would lead to double URL encoding characters such as quotation due to the expectation that the
underlying Iron-Location hash is already decoded, and failure to decode it when directly setting it from an iframe URL
change.

Fixes #6563
@timcharper timcharper force-pushed the tharper/upstream-fix-double-escaping branch from 097113e to 42c6844 Compare July 6, 2022 16:11
@google-oss-prow google-oss-prow bot added size/S and removed size/XS labels Jul 6, 2022
BroderPeters added a commit to kineo-ai/kubeflow that referenced this pull request Dec 15, 2022
BroderPeters added a commit to kineo-ai/kubeflow that referenced this pull request Dec 15, 2022
BroderPeters added a commit to kineo-ai/kubeflow that referenced this pull request Dec 15, 2022
@juliusvonkohout
Copy link
Member

Can you join the next notebooks WG meeting in two weeks ? We are always looking for help.

https://www.kubeflow.org/docs/about/community/#kubeflow-community-calendars has the calendar and meeting notes.

You can also reach us on slack in the channel wg-notebooks and wg-manifests.

@thesuperzapper thesuperzapper changed the title Fix Central Dashboard double URL encoding bug fix: double URL encoding in central-dashboard links May 12, 2024
@thesuperzapper thesuperzapper added this to the v1.9.1 milestone May 12, 2024
@timcharper timcharper closed this Jul 15, 2024
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kimwnasptd for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Member

@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Kubeflow Dashboard code has been migrated to the new repo, please re-open PR at: https://github.com/kubeflow/dashboard
/close

@google-oss-prow google-oss-prow bot closed this May 2, 2025
Copy link

@andreyvelich: Closed this PR.

In response to this:

The Kubeflow Dashboard code has been migrated to the new repo, please re-open PR at: https://github.com/kubeflow/dashboard
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kubeflow centraldashboard double escapes characters in iframe links
4 participants