Skip to content
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

Use correct methods for URL path encoding #2154

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

labkey-tchad
Copy link
Member

Rationale

EscapeUtil.encode is for encoding the query portion of a URL. URIUtil.encodePath is the correct method for encoding project and folder names, as well as app paths (i.e. "#/samples/mySamples").

Related Pull Requests

  • N/A

Changes

  • Use correct methods for URL path encoding

@labkey-tchad labkey-tchad requested review from a team and labkey-sweta and removed request for a team November 25, 2024 18:23
@labkey-tchad labkey-tchad merged commit 5ecbee1 into develop Dec 2, 2024
4 checks passed
@labkey-tchad labkey-tchad deleted the fb_testPathEncoding branch December 2, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants