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
Describe the bug Characters like '&' aren't escaped. qute-test.zip
Expected behavior Characters like '&', '"', ... should be escaped to '&', '"' etc.
Actual behavior The html output contains invalid characters like '&' ...
To Reproduce
Link to a small reproducer (preferably a Maven project if the issue is not Gradle-specific).
Or attach an archive containing the reproducer to the issue.
Steps to reproduce the behavior: 1. 2. 3.
Configuration
# Add your application.properties here, if applicable.
Screenshots (If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
ver
java -version
mvnw --version
gradlew --version
Additional context (Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered:
/cc @mkouba
Sorry, something went wrong.
Qute: do not ignore a user-provided template variant
e47a50e
- fixes quarkusio#13113
3fdf077
1168076
mkouba
Successfully merging a pull request may close this issue.
Describe the bug
Characters like '&' aren't escaped.
qute-test.zip
Expected behavior
Characters like '&', '"', ... should be escaped to '&', '"' etc.
Actual behavior
The html output contains invalid characters like '&' ...
To Reproduce
Link to a small reproducer (preferably a Maven project if the issue is not Gradle-specific).
Or attach an archive containing the reproducer to the issue.
Steps to reproduce the behavior:
1.
2.
3.
Configuration
# Add your application.properties here, if applicable.
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: Linux 5.8.16-300.fc33.x86_64 Switch to the Maven distributed copy of the SubstrateVM annotations #1 SMP Mon Oct 19 13:18:33 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxjava -version
: openjdk 11.0.9 2020-10-20OpenJDK Runtime Environment 18.9 (build 11.0.9+11)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.9+11, mixed mode, sharing)
mvnw --version
orgradlew --version
): Maven 3.6.3Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: