
| Key: |
SEC-971
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Luke Taylor
|
| Reporter: |
dlite
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|