We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2025-02-13 15:15:36,584 ERROR [io.qua.qut.web.run.QuteWebHandler] (vert.x-worker-thread-1) Appropriate template variant not found [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, /;q=0.8, application/signed-exchange;v=b3;q=0.7]: /some-page.1
This bugs appears in qute-web but seems to be due to an underlying Qute issue when registering template Variants.
It should work propertly
Error
https://github.com/ia3andy/reproducer-dot-qute
run quarkus dev and hit http://localhost:8080/some-page.1
http://localhost:8080/some-page.1
there is also a NPE on http://localhost:8080/some-page
uname -a
ver
No response
java -version
3.18
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
/cc @mkouba (qute)
Sorry, something went wrong.
Qute: fix template variants for templates with dot in the name
bfc17f6
- fixes quarkusio#46254
caeb60f
- fixes quarkusio#46254 (cherry picked from commit bfc17f6)
mkouba
Successfully merging a pull request may close this issue.
Describe the bug
2025-02-13 15:15:36,584 ERROR [io.qua.qut.web.run.QuteWebHandler] (vert.x-worker-thread-1) Appropriate template variant not found [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, /;q=0.8, application/signed-exchange;v=b3;q=0.7]: /some-page.1
This bugs appears in qute-web but seems to be due to an underlying Qute issue when registering template Variants.
Expected behavior
It should work propertly
Actual behavior
Error
How to Reproduce?
https://github.com/ia3andy/reproducer-dot-qute
run quarkus dev and hit
http://localhost:8080/some-page.1
there is also a NPE on http://localhost:8080/some-page
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.18
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: