Regression: Non-application roots no longer under application root
See original GitHub issueDescribe the bug
In Quarkus 1.12.0 I could define quarkus.http.root-path=/foo
and quarkus.http.non-application-root-path=/
. The effect would be that the Swagger UI would be served under /foo/swagger-ui
. Now with Quarkus 1.12.1 the same config leads to the Swagger UI being served as /swagger-ui
.
This was tested with RESTEasy but not with RESTEasy Reactive.
Expected behavior
Since 1.12.1 is a patch release the Swagger UI should remain at /foo/swagger-ui
using the configuration as described above.
Actual behavior See issue description.
To Reproduce Create a Quarkus application using the RESTEasy extension.
Configuration
quarkus.http.root-path=/foo
quarkus.http.non-application-root-path=/
Environment (please complete the following information):
- Output of
uname -a
orver
: - Output of
java -version
: Java 11 - GraalVM version (if different from Java):
- Quarkus version or git rev: 1.12.1.Final
- Build tool (ie. output of
mvnw --version
orgradlew --version
): Maven 3.6.3
Additional context This appears to be related to #15030.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Applicant Statuses - Staff Human Resources
Your application materials have been received by the system and are waiting to be routed ... Your status will then change to No...
Read more >(PDF) Correlation and path analysis of Tobacco (Nicotiana tabacum ...
Correlation and path analysis of Tobacco (Nicotiana tabacum L.) yield vs root traits and relative water content as affected by Azotobacter, mycorrhizal ...
Read more >| Multi-factor meta-regression of studies having data for each of the ...
The purpose of this experiment was to investigate whether a native arbuscular mycorrhizal fungi inoculum (AMF-complex) might improve caper (Capparis spinosa) ...
Read more >University of Groningen Phonological grammar and frequency Sloos ...
Some roots in Japanese compounds always undergo the rule of rendaku, others never undergo the rule, and still others vacillate.
Read more >Scientia Agricultura Sinica - 中国农业科学
The application side of humic acid treatment was more conducive to maize root carbohydrates than the non-application side. However, the untreated side under...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Looks great! A link from the 1.12 migration guide would probably also make sense.
Draft here, if you would like to review. https://github.com/quarkusio/quarkusio.github.io/pull/915