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
g List' > Subject: Protecting files question > > > This has probably been asked before. Apologies if so, I > didn't see anything > close enough. > > This exact scenario is a bit different and more complicated > than this, but > if this problem can be solved, I can

Protecting files question

2004-09-12 Thread Joe Hertz
This has probably been asked before. Apologies if so, I didn't see anything close enough. This exact scenario is a bit different and more complicated than this, but if this problem can be solved, I can work out the rest. Say I want people to upload images using html:file, and have implemented tha