Does anyone know how can I retrieve the content type of a response (or to be exact ServletResponse) ? I'm trying to process doFilter() based on the ServletResponse and not the ServletRequest.
Eg. if the response's contentType is gif, do something with it. I can't use the filter-mapping tag as the response is generated on the fly and the request url is too generic. Thanks for the help. -keng wong -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>