Re: [Acegisecurity-developer] Struts menu with Acegi

2005-07-11 Thread Marco Mistroni
Hello Ben, yes it worked fine, however i found out a different problem (which i doubt is due to acegi). I have two users, one with 2 roles (USER SUPERVISOR) and another with only 1 role (USER). i have 3 menu, and if i configure one of them available to SUPERVISOR only, for some weird reasons

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-11 Thread Seth Ladd
Dmitriy Kopylenko wrote: Seth, we've also experienced the same behavior in one of our apps (the setup is pretty much the same: Acegy 0.7, jdk 1.4, Tomcat 5.0.28). I don't think it's a known Acegi bug, which it might be. What makes you think it's /not/ Acegi? If you're experiencing the same

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-11 Thread Seth Ladd
0.7.0 used the old well-known-request model, which was dependent on AbstractIntegrationFilter: http://cvs.sourceforge.net/viewcvs.py/acegisecurity/acegisecurity/core/src/main/java/net/sf/acegisecurity/ui/Attic/AbstractIntegrationFilter.java?rev=1.7view=auto Reading the code shows no

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-11 Thread Dmitriy Kopylenko
I didn't mean to say that it's not Acegi. What I really meant is that it is most likely an Acegi bug, but is not yet known or confirmed by unit tests ;-) Regards, Dmitriy. Seth Ladd wrote: Dmitriy Kopylenko wrote: Seth, we've also experienced the same behavior in one of our apps (the

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-11 Thread Scott Battaglia
Seth, I think he said its not a known bug, not that it wasn't an Acegi bug :-) -Scott Seth Ladd wrote: Dmitriy Kopylenko wrote: Seth, we've also experienced the same behavior in one of our apps (the setup is pretty much the same: Acegy 0.7, jdk 1.4, Tomcat 5.0.28). I don't think it's

[Acegisecurity-developer] maven build from cvs failing

2005-07-11 Thread Seth Ladd
Hello, I'm trying to build the latest from CVS. Looks like one of the tests is failing: [junit] Running net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTest s [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.032 sec [junit] [ERROR] TEST

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-11 Thread Ben Alex
Seth Ladd wrote: Thanks Ben. How stable is the HEAD? This is a big deal for us, as we're experiencing users having the wrong credentials. We need to upgrade ASAP or take out Acegi (which I'd hate to do). HEAD is stable, I am using it on projects without hesitation. I would encourage

Re: [Acegisecurity-developer] maven build from cvs failing

2005-07-11 Thread Ben Alex
Seth Ladd wrote: [junit] Running net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTest s [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.032 sec [junit] [ERROR] TEST net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverte rTests FAILED Hi Seth Please try

Re: [Acegisecurity-developer] Contexts left in ThreadLocal, leading to user switching?

2005-07-11 Thread Mark St Godard
+1 on backporting to 0.8 Ben, what is the roadmap / timelines for 0.9 ?August -ish? Regardless, I would expect that such a fix would probably need to be in sooner than later ? Cheers, Mark Seth