Hello again,is it possible to modify the ETag response header inside a servlet filter? The code
httpResponse.setHeader("ETag", "W/\"388-1171402768254\"");
has no effect.It seems that tomcat always "fills up" the ETag value with the modification date of the requested static resource. This causes caching problems in our application.
Thanks Stefan -- Stefan --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
