Re: Intercepting with a Filter is "too late".

2006-08-24 Thread Will Hartung
Leon Rosenberg wrote: I think the quick and dirty solution would be to send a redirect to the same url with a dummy param after you copied the file from the filter and abort execution. The second request should get the file then. Yea, I've considered that. The only issue at the moment is sometim

Re: Intercepting with a Filter is "too late".

2006-08-23 Thread Leon Rosenberg
On 8/23/06, Will Hartung <[EMAIL PROTECTED]> wrote: ... I have my filter intercepting on /static, it checks the local web app dir and notices that the file, xyz.jpg, does not exist and proceed to copy it in to the web app directory. Then it simply does a Filter chain to let the request proceed.