Issue Details (XML | Word | Printable)

Key: SEC-971
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Luke Taylor
Reporter: dlite
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Spring Security

getter for cookieName in AbstractRememberMeServices

Created: 04/Sep/08 06:59 AM   Updated: 04/Sep/08 12:25 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: 2.0.4

Time Tracking:
Not Specified


 Description  « Hide
I need cross-subdomain support for the cookie (cookie.setDomain is not enougth for my needs) so I override org.springframework.security.ui.rememberme.AbstractRememberMeServices#setCookie, which is protected. Without access to the cookie name the "protected" status of the method doesn't make much sense.

Please either add a getter for cookieName or make setCookie return the created cookie.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Luke Taylor added a comment - 04/Sep/08 11:07 AM
Ok. I've added the getCookieName() method to AbstractRememberMeServices.

dlite added a comment - 04/Sep/08 12:25 PM
Many thx!