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

Commits on Jul 17, 2019

  1. Correct :uri according to RFC2396.

    Add :path to replace the existing intention of :uri.
    
    Fix tests involving :uri.
    cjbarre committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c4f291e View commit details
    Browse the repository at this point in the history
  2. Minor adjustment to order of operations.

    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.
    cjbarre committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    57627dd View commit details
    Browse the repository at this point in the history
  3. Add URI import.

    cjbarre committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    8d3f1a4 View commit details
    Browse the repository at this point in the history