Description
Headers in the doTrace method are echoed to the response, making it potentially possible to split a response.
Would suggest encoding the headers both name part and value part correctly
IIRC Value part should be URIEncoded ?
but name part Eliminate values outside 33 - 126 as per rfc 822 ?