Sorry,
This is still an open issue for us aswell. Lets hope someone else can help us out soon.
Kind regards,
Maarten
Type: Posts; User: Tielem; Keyword(s):
Sorry,
This is still an open issue for us aswell. Lets hope someone else can help us out soon.
Kind regards,
Maarten
I am curious if Spring Security has a way of doing session clustering, similar to how Shiro does it (http://shiro.apache.org/session-management.html#SessionManagement-SessionClustering).
I want to...
I managed to fix it after a long night of sleep.
Didnt have a springSecurityFilterChain configured in my web.xml, once I did that - it all started working.
Thank you all!
Maarten
I believe the nullpointer was a missing maven dependency. I managed to get past it anyway.
However, right now I receive a runtime Exception for my @PreAuthorize annotation
"An Authentication...
Hello all,
I'm fairly new to Spring (and Spring Security) - currently reading the unofficial book. (Excuses in advance ;))
I tried setting up ACL for a dummy application, however - it does not...