Re: [Acegisecurity-developer] Is it possible to secure CGI scripts?

2006-04-21 Thread Ben Alex
[EMAIL PROTECTED] wrote: I've managed to authorize my perl scripts now as expected. Now I need to send some data from my java filters i.e. roles possessed by the user to the CGI perl script but I don't know how to do this. Any suggestion? What exact approach are you using to run your Perl

Re: [Acegisecurity-developer] Is it possible to secure CGI scripts?

2006-04-20 Thread Gunnar.Bostrom
Ben Alex [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Is it possible to secure perl scripts that are invoked as CGI programs? FilterSecurityInterceptor works at the filter level, so if the filter will be called, it should be able to authorize based on URI. Best regards Ben I've

Re: [Acegisecurity-developer] Is it possible to secure CGI scripts?

2006-03-25 Thread Ben Alex
[EMAIL PROTECTED] wrote: Is it possible to secure perl scripts that are invoked as CGI programs? FilterSecurityInterceptor works at the filter level, so if the filter will be called, it should be able to authorize based on URI. Best regards Ben

[Acegisecurity-developer] Is it possible to secure CGI scripts?

2006-03-24 Thread Gunnar.Bostrom
Hi! Is it possible to secure perl scripts that are invoked as CGI programs? Background: We have a bunch of perl scripts with an akward security solution. The perl scripts are invoked as CGI-programs from an old version of Tomcat and a Netscape server. We plan to upgrade to Tomcat 5.5. If we