Re: CRLF in HTTP headers

2011-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian, On 2/17/2011 10:51 AM, Adrian Fretwell wrote: > Thank you for your feedback, I have just confirmed CRLF is actually > present by using http://www.askapache.com/online-tools/http-headers-tool/ > When I grab the headers myself in a hex dump, onl

Re: CRLF in HTTP headers

2011-02-17 Thread Adrian Fretwell
Mark, Thank you for your feedback, I have just confirmed CRLF is actually present by using http://www.askapache.com/online-tools/http-headers-tool/ When I grab the headers myself in a hex dump, only LF is present. Something must be stripping the CR out. Thank you for the confirmation. Kind r

Re: CRLF in HTTP headers

2011-02-17 Thread Mark Thomas
On 17/02/2011 14:38, Adrian Fretwell wrote: > Tomcat 6.0.32 > Hello, > I am struggling a little with what may be a simple issue: > > When I send a request to my installation of Tomcat (including any of the > example servlets) the HTTP response headers returned are separated by > only a line feed (

CRLF in HTTP headers

2011-02-17 Thread Adrian Fretwell
Tomcat 6.0.32 Hello, I am struggling a little with what may be a simple issue: When I send a request to my installation of Tomcat (including any of the example servlets) the HTTP response headers returned are separated by only a line feed (0A). I have a Hermes2 application running under tomcat