-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
UnsupportedOperationException in chain.doFilter(request, response); when using WebFilter with SSL #483
Comments
@ramiswailem i can't reproduce: Run |
@melloware yes, I can reproduce it rami@mac ~/quarkus-filter $ ls cert
fullchain.pem privkey.pem
|
Ahhh OK this is a Quarkus bug in Undertow with SSL not a JSF bug. I just reported it at Quarkus: quarkusio/quarkus#43628 |
Looks like this future Quarkus fix will fix it: quarkusio/quarkus-http#166 |
Thank you so much @melloware |
Yep i will find out what version of Quarkus this is going in 3.15.X or 3.16.0 |
Fixed in Quarkus 3.16.0.CR1 |
Thanks for the update! |
@ramiswailem its good to get feedback that someone is using Quarkus Faces in the real world! |
Env:
quarkus-faces 14.0.5 on JVM (powered by Quarkus 3.15.1)
OmniFaces version 4.5.1
PrimeFaces 14.0.5
PrimeFaces Extensions 14.0.5
The text was updated successfully, but these errors were encountered: