If you turn off session fixation it will go away. Since i'm in dev this is ok for now:
<http auto-config="false" entry-point-ref="preAuthenticatedEntryPoint" session-fixation-protection="none">
...
Type: Posts; User: jlawmi; Keyword(s):
If you turn off session fixation it will go away. Since i'm in dev this is ok for now:
<http auto-config="false" entry-point-ref="preAuthenticatedEntryPoint" session-fixation-protection="none">
...
seems like it might be an issue with the springsecurity settings, but not sure yet
Good point...
HI, thanks for the reply. I think I am in luck, as I am using Acegi. So acegi sets a thread local, such that I can access the user via
SecurityContext ctx =...
Hi,
I intend to do auditing of database tables in a particular application using triggers within the database. The decision to use triggers (and not java) is the database has other entry points....
Not clear if you have jotm working generallly speaking, but this was very valuable for me when trying to use jotm jta:
...
We are using "advice" to our service classes to provide logging of exceptions. (My team believes it is the responsibillity of the service layer to log its exceptions) So I wanted to write a unit...