Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Andreas Brenk
It seems to me the Maven 2 build (SEC-62) is not up-to-date and should be marked as unresolved. Regards, Andreas On 11/7/05, Ben Alex [EMAIL PROTECTED] wrote: The JIRA changelog is now complete, and I've just updated the reference guide to reflect the latest changes:

Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Carlos Sanchez
I'm working on that. You'll have news soon. On 11/7/05, Andreas Brenk [EMAIL PROTECTED] wrote: It seems to me the Maven 2 build (SEC-62) is not up-to-date and should be marked as unresolved. Regards, Andreas On 11/7/05, Ben Alex [EMAIL PROTECTED] wrote: The JIRA changelog is now

Re: [Acegisecurity-developer] Vote: Release 0.9.0

2005-11-07 Thread Carlos Sanchez
Hi all, Some comments: - Currently acegi depends on apache directory 0.9-SNAPSHOT, which means this version has to be fixed (never release depending on SNAPSHOTS as they can change). I'm committing now a project.xml change to depend on 0.9 (although there're newer versions released). - whenever

Re: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Ben Alex
[EMAIL PROTECTED] wrote: [11/7/05 15:24:43:513 EST] 5a6d5a6d WebGroup E SRVE0026E: [Servlet Error]-[Filter [Acegi Filter Chain Proxy]: filter is unavailable.]: java.lang.NullPointerException at java.lang.Throwable.init(Throwable.java) at

Re: [Acegisecurity-developer] Logic bug with AnonymousProcessingFilter

2005-11-07 Thread Ben Alex
Tim Kettering wrote: My gut says this is a bug, but since this code was committed back in July, I find it strange that nobody else has encountered this by now... is there something I'm missing? I've modified the AnonymousProcessingFilter to now only clear the SecurityContextHolder if the

Re: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Mark St.Godard
Ben, Scott, Scott what version of Websphere are you running? What JRE/JDK version? Ben the code looks fine... seems abnormal for InheritableThreadLocalto NPE... Scott, try without the InheritableTL or as Ben suggests try a different servlet container / appserver if you can. Cheers, Mark On

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread scott
Hi Mark and Ben, I'm using WSAD 5.1 with its built-in Websphere 5.0 Test Environment on Windows XP Pro, then deploying to a Websphere Application Server 5.0 instance on Windows 2000 Server. Websphere 5.0 isstill widely used in the financial industry, and uses IBM's JDK 1.3. It

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Oliver Hutchison
This looks like a bug in the IBM JDK implementation to me, I don't see any valid reason why the constructor of Throwable would ever throw an NPE, or, why InheritableTL would have tried to throw the NPE which resulted in the second NPE in the Throwable constructor. Ollie

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread Oliver Hutchison
Looks like this you hit this: http://groups.google.com/groups?hl=delr=ie=UTF-8oe=UTF-8threadm=3F84 200E.4060207%40profitsoftware.comrnum=1prev=/groups%3Fq%3D%252Binherit ablethreadlocal%2Bnullpointerexception%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3D de

RE: [Acegisecurity-developer] Acegi 0.8.3 to 0.9.0 errors

2005-11-07 Thread scott
Oliver, Very, very interesting - excellent find. I have several things to test tomorrow. Scott -Original Message- From: Oliver Hutchison [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 11:13 PM To: acegisecurity-developer@lists.sourceforge.net Subject: