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

4.1.4: URI Validation updates #9476

Open
wants to merge 1 commit into
base: helidon-4.1.x
Choose a base branch
from

Commits on Nov 7, 2024

  1. URI Validation updates (helidon-io#9469)

    * Validation of URI Query
    * 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 <[email protected]>
    tomas-langer authored and barchetta committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5c4211b View commit details
    Browse the repository at this point in the history