Re: [users@httpd] mod_proxy changes content type from text/xml to text/plain

2011-05-19 Thread Geoff Froud
On 19/05/2011 16:12, Nick Kew wrote: On 19 May 2011, at 15:33, Geoff Froud wrote: I am fronting my tomcat with apache2 using mod_proxy. This is causing the content type of soap responses to be changed from text/xml to text/plain. Is it? I'd expect your backend is in fact returning no conten

Re: [users@httpd] mod_proxy changes content type from text/xml to text/plain

2011-05-19 Thread Nick Kew
On 19 May 2011, at 15:33, Geoff Froud wrote: > I am fronting my tomcat with apache2 using mod_proxy. This is causing the > content type of soap responses to be changed from text/xml to text/plain. Is it? I'd expect your backend is in fact returning no content-type at all. Check the Apache doc

[users@httpd] mod_proxy changes content type from text/xml to text/plain

2011-05-19 Thread Geoff Froud
I am fronting my tomcat with apache2 using mod_proxy. This is causing the content type of soap responses to be changed from text/xml to text/plain. If my client application talks to tomcat directly then everthing works ok, i.e. soap responses are returned as text/xml, but if the request/resp