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

api: Add disableMergeSlash and escapedSlashesAction to ClientTrafficPolicy #2384

Merged
merged 3 commits into from
Jan 6, 2024

Commits on Dec 31, 2023

  1. Add parameters to ClientTrafficPolicy to control slash merging and th…

    …e expected behavior for
    
    path URIs with escaped slashes.
    
    Signed-off-by: Lior Okman <lior.okman@sap.com>
    liorokman committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    60802a1 View commit details
    Browse the repository at this point in the history
  2. Make linter succeed.

    Signed-off-by: Lior Okman <lior.okman@sap.com>
    liorokman committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    063bde4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. * Renamed UnescapeRedirect to UnescapeAndRedirect

    * Renamed UnescapeForward to UnescapeAndForward
    
    Signed-off-by: Lior Okman <lior.okman@sap.com>
    liorokman committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    642cff7 View commit details
    Browse the repository at this point in the history