-
Notifications
You must be signed in to change notification settings - Fork 117
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
JAVASERVERFACES-3531 didn't correct all uses of getExternalContext().isSecure() #4078
Comments
@javaserverfaces Commented |
@javaserverfaces Commented |
@javaserverfaces Commented Thanks! |
@javaserverfaces Commented
|
@javaserverfaces Commented Thanks! |
@javaserverfaces Commented |
@javaserverfaces Commented |
@javaserverfaces Commented https://github.com/javaserverfaces/mojarra/tree/2.1.29 |
@javaserverfaces Commented |
@javaserverfaces Commented |
@javaserverfaces Commented https://github.com/javaserverfaces/mojarra/tree/2.1.29 Am I looking in the right spot? |
@javaserverfaces Commented |
@javaserverfaces Commented |
@javaserverfaces Commented |
|
It seems that the fix applied in #3535 didn't correct all uses of getExternalContext().isSecure(). In particular, it's still called from elsewhere in ELFlash#setCookie [1].
Please fix the bug, because a Red Hat customer needs this issue to be resolved.
[1] https://github.com/jboss/mojarra/blob/8111d0950fa9a1bb2e48934bae76a466f474b552/jsf-ri/src/main/java/com/sun/faces/context/flash/ELFlash.java#L1002
Affected Versions
[2.1.29-06]
The text was updated successfully, but these errors were encountered: