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

URI Validation updates #9469

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Commits on Nov 5, 2024

  1. Validation of URI Query

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0004131 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Moving host validation to UriValidator, as it belongs to URI concept …

    …(and is part of URI specification).
    
    The UriValidator now has methods to validate scheme, host, query, and fragment.
    Path validation is retained in `UriPath`.
    
    Added a new configuration option to disable validation of prologue for HTTP/1.
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cf4bc8e View commit details
    Browse the repository at this point in the history
  2. Javadoc warning fix.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f6d930c View commit details
    Browse the repository at this point in the history