Hello, I am using Acegi Security 0.7 with Weblogic 8.1 SP2. I initialize Spring with SpringContextLoaderListener.
When using the FilterToBeanProxy in the Acegi Filters (like HTTP session integration filter) I have to set the init-param "init" to "lazy". Then I get a NullPointerException in FilterToBeanProxy line 107 (delegate.doFilter(...)), when I submit to concurrent requests. The reason is, that the first request isn't ready with performing doInit(), but has already set initialized to true. So the second request doesn't run into doInit(), but delegate is null until the first request ends. Shouldn't the synchronized state and FiltertoBeanProxy.doInit() be synchronized to handle this problem? Regards Volker _________________________ Volker Malzahn FJA Feilmeier & Junker GmbH Ein Unternehmen der FJH Gruppe Sachsenring 83 50677 Köln Tel.: 0221 / 33 80 - 271 Fax: 0221 / 9 32 17 30 Email: [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list Acegisecurity-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer