How to log the content-type??

2005-05-06 Thread Juan Manuel Soler =?iso-8859-1?b?UmluY/Nu?=
Hi Someone know how to log the content-type of any request?? Thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to log the content-type??

2005-05-06 Thread Tim Funk
the ContentType as a ServletRequestAttribute so you can use this syntax in a custom pattern when declaring the AccessLogVavle. %r{myContentTypeVariable} -Tim Juan Manuel Soler Rincón wrote: Hi Someone know how to log the content-type of any request