-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Undertow: UnsupportedOperationException using servlet filter in SSL #43628
Labels
Milestone
Comments
I assume quarkusio/quarkus-http#166 is all that's needed to fix this |
@geoand you rock that definitely looks like it will do it! |
🙏🏽 |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 21, 2024
Fixes: quarkusio#43628 (cherry picked from commit 2fb6844)
bschuhmann
pushed a commit
to bschuhmann/quarkus
that referenced
this issue
Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using SSL with a Servlet filter its producing an
UnsupportedOperationException
. It works without SSL but not with SSL.Original Quarkus Faces issue: melloware/quarkus-faces#483
Simple Servlet Filter
Expected behavior
It should work without error.
Actual behavior
It fails with the stack trace below.
It looks like something is an unmodifiable list.
How to Reproduce?
Reproducer:
quarkus-filter.zip
Unzip and run the project and hit the website.
Output of
uname -a
orver
Darwin MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0
Output of
java -version
OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
Quarkus version or git rev
3.15.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Additional information
No response
The text was updated successfully, but these errors were encountered: