Results 1 to 2 of 2

Thread: multi threads of the same user

  1. #1
    Join Date
    Jan 2006
    Posts
    3

    Default multi threads of the same user

    Hi,

    I'm using Acegi in a Swing application. swing happens to create threadsin its event mechanism and the problem is that the security context is not set in the thread loacl of those threads. when those threads try to execute a secure method, I get an exception. the preffered solution is if somhow I can replace the SecurityContectHolder to be static and not a thread local.

    thanks

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    This will be looked at under JIRA issue http://opensource2.atlassian.com/pro...browse/SEC-152 - you might like Ollie's suggestion.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •