Re: downloadaction, flexible url mapping, file server

2005-09-18 Thread Laurie Harper
emre akbas wrote: Hi, I want to implement a "secure file server" using Struts. By "secure" I mean, when a file is requested by a user, a "checkAccess" method will be called and it would check if the user has right to access that file (datasource will be used for this check) If checkAccess retu

downloadaction, flexible url mapping, file server

2005-09-18 Thread emre akbas
Hi, I want to implement a "secure file server" using Struts. By "secure" I mean, when a file is requested by a user, a "checkAccess" method will be called and it would check if the user has right to access that file (datasource will be used for this check) If checkAccess return true the file wi