[
https://jira.jboss.org/jira/browse/JBSEAM-4014?page=com.atlassian.jira.pl...
]
Dan Allen commented on JBSEAM-4014:
-----------------------------------
I also fixed a NullPointerException that was happening as a result of the following
component definition:
<security:remember-me enabled="true"/>
There were references to usernameSelector and tokenSelector before they were created. I
check for null and added the configuration calls to the @Create method.
cannot configure max age of remember me cookie
----------------------------------------------
Key: JBSEAM-4014
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4014
Project: Seam
Issue Type: Bug
Components: Security
Affects Versions: 2.1.1.GA
Reporter: Dan Allen
Fix For: 2.1.2.CR1
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
The configuration for the max age of the remember me cookie got totally messed up. First,
the definition of the rememberMe element is missing from security-2.1.xsd. Second, the
cookieMaxAge is no longer reachable through the configuration of the rememberMe component.
Finally, there is a completely bogus definition of the facesSecurityEvents element, which
claims to have a cookie-max-age attribute, when it has no corresponding property.
To fix this, there needs to be a cookieMaxAge property on the rememberMe component and
the security-2.1.xsd file needs to be updated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira