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

Added a UriCompliance.Violation.USER_INFO to deprecate user info in HttpURI #12012

Merged
merged 3 commits into from
Jul 9, 2024

Commits on Jul 8, 2024

  1. Added a UriCompliance.Violation to deprecate user info in HttpURI

    As per [RFC9110](https://datatracker.ietf.org/doc/html/rfc9110#name-deprecation-of-userinfo-in-) user info is deprecated in server implementations.
    The new violation for USER_DATA is included by default in 12.0.x, but will be removed in 12.1.x
    gregw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a825525 View commit details
    Browse the repository at this point in the history
  2. Updates from review

    gregw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c5121d0 View commit details
    Browse the repository at this point in the history
  3. Updates from review

    gregw committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    18e8198 View commit details
    Browse the repository at this point in the history