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

#309 Adjust :uri to comply with RFC2396 #501

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cjbarre
Copy link

@cjbarre cjbarre commented Jul 17, 2019

Fixes #309

:uri is now the url-encoded full url as discussed in the issue.

It is being run through the java.net.URI constructor after being url-encoded since the URI class implements the spec.

:path has been added to replace the previous usage of :uri for consumers of existing functionality.

Existing tests have been adjusted.

This is a breaking change fit for 4.x as it changes the meaning of :uri for existing consumers.

Add :path to replace the existing intention of :uri.

Fix tests involving :uri.
get-url-encoded-uri now accepts a url string instead of java.net.URL and instead of passing through from URL to URI, it goes straight through URI.
@rymndhng rymndhng added the 4.x label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants