Revision ea17ab5...
Go back to digest for 7th August 2011Bug Fixes in KDE Base
Rolf Eike Beer committed changes in [kdelibs/frameworks] kioslave/http/http.cpp:
accept HTTP headers that are not followed by whitespace after the colon
>From RfC 2616, section 4.2 (Message Headers);
Each header field consists of a name followed by a colon (":") and the
field value. [...] The field value MAY be preceded by any amount of LWS,
though a single SP is preferred.
"any amount" includes "nothing".
File Changes
Modified 1 files
- kioslave/http/http.cpp
1 files changed in total