Re: Tomcat Filter Not Retro Active

2006-10-05 Thread Threepwood
hen you request a > file. > -- > Len > > > On 10/5/06, Threepwood <[EMAIL PROTECTED]> wrote: >> >> I am using a filter to set the content type and header to to force >> downloading of linked files, so that they open with their registered app >&

Tomcat Filter Not Retro Active

2006-10-05 Thread Threepwood
I am using a filter to set the content type and header to to force downloading of linked files, so that they open with their registered app instead of within IE. I am doing this with the following code: response.setContentType("application/octet-stream"); response.setHeader("Content-Disposition