Re: Protecting files question

2004-09-12 Thread mail
in the arse. tx again -J -Original Message- From: João Vieira da Luz [mailto:[EMAIL PROTECTED] Sent: Sunday, September 12, 2004 7:09 PM To: Struts Users Mailing List Subject: Re: Protecting files question Hi, The Blob or file system are very similar in what concerns security. In the first

RE: Protecting files question

2004-09-12 Thread Joe Hertz
12, 2004 7:09 PM > To: Struts Users Mailing List > Subject: Re: Protecting files question > > > Hi, > > The Blob or file system are very similar in what concerns security. > > In the first one you have to do an action that writes the file into > the output stream. Supp

Re: Protecting files question

2004-09-12 Thread João Vieira da Luz
Hi, The Blob or file system are very similar in what concerns security. In the first one you have to do an action that writes the file into the output stream. Suppose that your files have and action is called /showFile. Html should look like this; About security: IMO you have two choices. The

RE: Protecting files question

2004-09-12 Thread Joe Hertz
Okay, the action attribute was actually the obvious choice (matching the same attribute on the link tag). So how does one do this? > -Original Message- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 12, 2004 6:56 PM > To: 'Struts Users Mailing List' > Subject: Prote