Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-873

backward compatibility: Non-application endpoint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Critical
    • None
    • 1.11.5.ER4
    • None
    • None
    • Undefined

    Description

      Given an application with the following configuration:

      quarkus.http.root-path=/api
      quarkus.http.non-application-root-path=/q
      quarkus.http.redirect-to-non-application-root-path=true

      When you make a request to `http://localhost:8080/api/health` you expected to be redirected to `http://localhost:8080/q/health`

      Works on master, but on branch 1.11 (1.11.5.ER4) the redirection is done, only if you make a request to `http://localhost:8080/health`. Looks like `quarkus.http.root-path` is not prepended. 

       

      Note: Missing Master backport.

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhn-support-pagonzal Pablo Gonzalez Granados (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: