-
Notifications
You must be signed in to change notification settings - Fork 112
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
Lack of support for secure cookie in com.sun.faces.context.ExternalContextImpl? #5202
Comments
See: #5165 |
Yes, found this in history. I guess I need this ASAP in WildFly :) Is turning off secure cookies a possible workaround? |
Yeah I think you can disable in PF with a switch. |
Already fixed in Mojarra side indeed.
Or, quick'n'dirty, patch the |
Failed to make it work when part of war/ear (preserving FQN), but patched WidlFly's jsf-impl-4.0.0.SP01.jar and all is well now. |
This is stack trace of a bug that breaks non-ajax file downloads using PrimeFaces after migrating from Java EE 8 to Jakarta EE 10 (and from WildFly 26 to 27):
I started this as primefaces/primefaces#9702 and later discovered primefaces/primefaces#6111 which seems to be related. Is it because WildFly 27.0.1 uses older version of ExternalContextImpl (I see current master contains "secure")?
The text was updated successfully, but these errors were encountered: