Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.13
-
None
-
Patch
-
Mina Sprint 2.2.0
Description
The HttpServerDecoder is splitting the HTTP header name/value on a colon via a regular expression. The problem is that some HTTP headers from applications contain colons in their values. The correct behavior would be to split on the first colon and not every colon in the header name/value pair line.