Search:

Type: Posts; User: jlawmi; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    4,466

    not ideal, but workaround for now

    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">
    ...
  2. Replies
    12
    Views
    4,466

    me too

    seems like it might be an issue with the springsecurity settings, but not sure yet
  3. Replies
    4
    Views
    860

    Good point... HI, thanks for the reply. I think...

    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 =...
  4. Replies
    4
    Views
    860

    place for auditing interception

    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....
  5. Replies
    5
    Views
    2,127

    maybe this will help

    Not clear if you have jotm working generallly speaking, but this was very valuable for me when trying to use jotm jta:
    ...
  6. Replies
    3
    Views
    994

    unittest advice class

    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...
Results 1 to 6 of 6