[Acegisecurity-developer] Re: SecurityEnforcementFilter always executing, even if for login page

2004-09-02 Thread Karel Miarka
Ben, This sounds good to me. Thanks, Karel - Original Message - From: "Ben Alex" <[EMAIL PROTECTED]> To: "Karel Miarka" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 7:54 AM Subject: SecurityEnforcementFilter always executing, even if for login page > Karel

[Acegisecurity-developer] SecurityEnforcementFilter always executing, even if for login page

2004-09-02 Thread Ben Alex
Karel Miarka wrote: Ben, You are completely right, but my filter solves one important problem regarding Tapestry: The current SecurityEnforcementFilter doens't allow the login page to be at the same place as the protected pages and because in Tapestry all the pages are accessed using app?service=pa

RE: [Acegisecurity-developer] Authz taglibs for freemarker

2004-09-02 Thread Shishir K. Singh
Yes. Velocity has a bigger following than freemarker. But I find freemarker to be more rich in feature, just my personal opinion. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Alex Sent: Thursday, September 02, 2004 9:17 PM To: [EMAIL PROTECTED] Sub

Re: [Acegisecurity-developer] Authz taglibs for freemarker

2004-09-02 Thread Ben Alex
Shishir K. Singh wrote: Ben, Is there any work going on to port the authorization taglibs to freemarker tags ? Thanks Shishir Not as far as I know. Besides, doesn't everyone use Velocity these days? ;-) Ben --- This SF.Net email is sponsored

[Acegisecurity-developer] Authz taglibs for freemarker

2004-09-02 Thread Shishir K. Singh
Ben, Is there any work going on to port the authorization taglibs to freemarker tags ? Thanks Shishir --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Wo

[Acegisecurity-developer] own MethodDefinitionSource ?

2004-09-02 Thread sather
Any hints on how to write our own ObjectDefinitionSource (MethodDefinitionSource) picking all the data required from database. Regards, Sami Ather -- System Developer Product Development & Engineering AUSTAR Communications Pty Ltd Ph : 02 9394 9511

Re: [Acegisecurity-developer] using ClassPathXmlApplicationContext in web.xml

2004-09-02 Thread Ben Alex
bryan wrote: Is there any way to configure the system so this is possible ? In web.xml contextConfigLocation classpath:beanRefFactory.xml org.springframework.web.context.ContextLoaderListener In beanRefFactory.xml webApplicationContext.xml I've tried it with lazy-init set to true

[Acegisecurity-developer] using ClassPathXmlApplicationContext in web.xml

2004-09-02 Thread bryan
Is there any way to configure the system so this is possible ? In web.xml contextConfigLocation classpath:beanRefFactory.xml org.springframework.web.context.ContextLoaderListener In beanRefFactory.xml webApplicationContext.xml I've tried it with lazy-init set to true and