Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-08 Thread André Warnier
Ali Sakebi wrote: [...} Just a thought : if you are going through Apache anyway, and are thinking of using mod_perl anyway, can you not do both authentication and authorization in Apache/mod_perl, before you forward to your webapp (I presume under Tomcat) ? mod_jk will forward the user authent

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-05 Thread Joshua Slive
On Sat, Jul 5, 2008 at 4:02 PM, Ali Sakebi <[EMAIL PROTECTED]> wrote: > Thanks a lot for helping. > > I'm developing a Java web-app and as a part of this web-app I need to > let users to upload and share their files with some or all other > users. > > Since these files are static contents I'm going

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-05 Thread Ali Sakebi
Thanks a lot for helping. I'm developing a Java web-app and as a part of this web-app I need to let users to upload and share their files with some or all other users. Since these files are static contents I'm going to use Apache to serve them, but I still need to do AA before letting user to acc

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-05 Thread Joshua Slive
On Sat, Jul 5, 2008 at 8:08 AM, André Warnier <[EMAIL PROTECTED]> wrote: > Ali Sakebi wrote: >> >> Thanks for answer. >> >> mod_perl (*) is what I was looking for. >> But is there any Java-based solution like mod_perl available too? >> > Nothing simple that I know of. There are also some modules a

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-05 Thread André Warnier
Ali Sakebi wrote: Thanks for answer. mod_perl (*) is what I was looking for. But is there any Java-based solution like mod_perl available too? Nothing simple that I know of. Apart from C or Perl, which integrate directly into Apache, you would have to create some external module which does wh

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Eric Covener
On Fri, Jul 4, 2008 at 9:20 PM, Ali Sakebi <[EMAIL PROTECTED]> wrote: > Thanks for answer. > > mod_perl (*) is what I was looking for. > But is there any Java-based solution like mod_perl available too? The old mod_fastcgi allows you to run a fastcgi authenticator or authorizer; you could run your

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Ali Sakebi
Thanks for answer. mod_perl (*) is what I was looking for. But is there any Java-based solution like mod_perl available too? Regards, Ali On Sat, Jul 5, 2008 at 4:27 AM, André Warnier <[EMAIL PROTECTED]> wrote: > Ali Sakebi wrote: >> >> Hi >> >> Is there any way to provide apache http server wi

Re: [EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread André Warnier
Ali Sakebi wrote: Hi Is there any way to provide apache http server with a piece of code (Java or whatever) as authorization logic? Yes, there are many many.. I suggest that you first have a look at the existing Apache add-on modules, they already provide many possibilities. Check the on-li

[EMAIL PROTECTED] Programmatic Authorization Logic

2008-07-04 Thread Ali Sakebi
Hi Is there any way to provide apache http server with a piece of code (Java or whatever) as authorization logic? Regards, Ali - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.