|
From: | Richard Frith-Macdonald |
Subject: | [bug #41643] WebServer folds http header after 78th char with using GSMimeHeader |
Date: | Mon, 24 Feb 2014 13:39:17 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.71 (KHTML, like Gecko) Version/6.1 Safari/537.71 |
Update of bug #41643 (project gnustep): Category: Application => Libraries Item Group: None => Change Request Status: None => Fixed Open/Closed: Open => In Test _______________________________________________________ Follow-up Comment #1: Thanks for that idea … I have updated the library in svn trunk by adding -setFoldHeaders: methods to the WebServer and WebServerResponse classes. That should allow you to turn off header folding for either all responseses or for individual responses, so you can cope with buggy client code either 1. by turning off folding for every response … if you know only the faulty clients will be connecting or 2. turning off folding for individual responses if you use some heuristic (looking at the headers in a request) to see if you are dealing with a faulty client or a normal client which expects folded headers. Please can you give it a try and let me know if it's all working. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?41643> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |