This probably isn't specific to Struts, but the solution might be. I'm looking for some strategy to help us turn off caching of standalone Javascript files during development. We'll want them cached in production, but caching them in the browser during development is a big pain.
Is something an output-side Servlet filter could do? I could check for a file extent on the URI and add the standard HTTP no-caching headers before completing the response. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

