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

[release-4.9] Bug 2010227: HTTPS redirect happens even if there is a more specific http-only route #367

Commits on Jan 10, 2022

  1. Bug 2002205 - HTTPS redirect happens even if there is a more specific…

    … http-only route
    
    Let's say we have 2 routes like this:
    - HTTP-only route for "myapp.apps.example.com" domain and "/mypath" path
    - HTTPS-edge-redirect route for "myapp.apps.example.com" and no path
    
    In such situation, redirect is sent for any query to "myapp.apps.example.com", including "myapp.apps.example.com/mypath", so the more specific path route is not taking precedence as expected.
    miheer authored and openshift-cherrypick-robot committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c014a00 View commit details
    Browse the repository at this point in the history