benshort wrote: > How do I get the IF_MODIFIED_SINCE header from the HttpServletRequest > object? > > When I use the HttpServletRequest.getHeaderNames() method and iterate > through the enumeration I get the following headers only. > > accept > referer > accept-language > accept-encoding > user-agent > host > connection > cookie
Works for me. Are you sure your client does actually send an If-Modified-Since header line? Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]