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

Properly encode slashes in path parameters #1013

Closed
gwicke opened this issue Mar 9, 2015 · 3 comments
Closed

Properly encode slashes in path parameters #1013

gwicke opened this issue Mar 9, 2015 · 3 comments

Comments

@gwicke
Copy link

gwicke commented Mar 9, 2015

Swagger-UI does not currently encode slashes in path parameters supplied in the auto-generated sandbox form. This results in invalid requests whenever the user-supplied parameter value includes a slash.

gwicke added a commit to gwicke/swagger-ui that referenced this issue Mar 9, 2015
Slashes in path parameters should be encoded in order to produce valid URLs.

Fixes: swagger-api#1013
gwicke added a commit to gwicke/swagger-ui that referenced this issue Mar 9, 2015
Slashes in path parameters should be encoded in order to produce valid URLs.

Fixes: swagger-api#1013
@gwicke
Copy link
Author

gwicke commented Mar 9, 2015

See also: OAI/OpenAPI-Specification#93

@webron
Copy link
Contributor

webron commented May 4, 2015

This is now managed by swagger-api/swagger-js#280.

@webron webron added this to the v2.1 milestone May 4, 2015
@fehguy
Copy link
Contributor

fehguy commented May 8, 2015

please watch the above-mentioned issue in swagger-js

@fehguy fehguy closed this as completed May 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants