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

Prevent %2F (forward slash) in path component of URIs #255

Closed
wants to merge 1 commit into from

Conversation

pjdietz
Copy link

@pjdietz pjdietz commented Jul 8, 2013

Path variables are currently encoded such that forward slashes become %2F. This is disallowed by Apache unless the AllowEncodedSlashes directive is specifically enabled.

Encoding forward slashes to %252F (i.e., double encoding the percent sign portion of %2F) allows the generated URI to work properly with Apache without enabling AllowEncodedSlashes.

@fehguy
Copy link
Contributor

fehguy commented Jan 29, 2015

hi, this is old and the issue has been addressed.

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