Skip to content

Added language to withPath() regarding percent encoding #27

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

Merged
merged 3 commits into from
Mar 4, 2015

Conversation

weierophinney
Copy link
Contributor

Per RFC 3986, section 2, reserved characters must be percent encoded.
Additionally, the implementation must not double-encode.

See php-fig/fig-standards#449 for the corresponding specification change.

Per RFC 3986, section 2, reserved characters must be percent encoded.
Additionally, the implementation must not double-encode.
@evert
Copy link
Contributor

evert commented Mar 3, 2015

👍

pmjones pushed a commit that referenced this pull request Mar 4, 2015
Added language to withPath() regarding percent encoding
@pmjones pmjones merged commit 83826b6 into php-fig:master Mar 4, 2015
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.

3 participants