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

Decode an encoded DSN for unusual pds member names #41

Merged
merged 1 commit into from
May 30, 2019

Conversation

1000TurquoisePogs
Copy link
Member

@1000TurquoisePogs 1000TurquoisePogs commented May 30, 2019

In order for browsers to send requests for pds members with characters like # they need to do uri encoding, which means our code needs to uri decode before interpreting.
Related: zowe/zlux-app-manager#110
Signed-off-by: 1000TurquoisePogs sgrady@rocketsoftware.com

Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
@gadyck
Copy link
Contributor

gadyck commented May 30, 2019

Personally, I think you did this in the wrong place. I know of another product that has a problem due to an encoded URI, but not for a dataset. The decode of the URI needs to be done early, before it is even parsed.

@1000TurquoisePogs
Copy link
Member Author

Good point, the server core should be doing this so that services dont need to. I'll open an issue on that point.

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.

None yet

3 participants