Checking bug case for last-modified problem in 5.5.4

2005-12-12 Thread Phil Shaw
Hello, I have found reference to this bug in the Jackrabbit list, but I couldn't find it in bugzilla for Tomcat. I would like to check that it is a recognised bug that has been identified and fixed before I plan an upgrade. http://mail-archives.apache.org/mod_mbox/incubator-jackrabbit- dev/200

Re: Checking bug case for last-modified problem in 5.5.4

2005-12-14 Thread Phil Shaw
On 12 Dec 2005, at 10:22, Phil Shaw wrote: > I have found reference to this bug in the Jackrabbit list, but I > couldn't find it in bugzilla for Tomcat. I would like to check that > it is a recognised bug that has been identified and fixed before I > plan an upgrade.

Proxied client IP logging

2005-12-14 Thread Phil Shaw
While I'm subscribed to this list I would like to submit this method for logging forwarded IP addresses when Tomcat is behind a proxy. Replace the simple request.getRemoteAddr(); call in the invoke method of AccessLogValve with getClientIp(ServletRequest). Hope this may be useful. If you need a

Re: Proxied client IP logging

2005-12-14 Thread Phil Shaw
On 14 Dec 2005, at 11:12, Tim Funk wrote: > I'm not really interested in this patch for a few reasons: > 1) The functionality is available via a custom pattern Okay, I wasn't aware of that. This was a hack that fixed an immediate requirement for me. I don't use it any longer myself, so I'll drop