You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Jonathan Valliere (Jira)" <ji...@apache.org> on 2021/07/31 07:50:00 UTC

[jira] [Updated] (DIRMINA-1035) HttpServerDecoder not handling colons in header values

     [ https://issues.apache.org/jira/browse/DIRMINA-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Valliere updated DIRMINA-1035:
---------------------------------------
    Fix Version/s: 2.2.0

> HttpServerDecoder not handling colons in header values
> ------------------------------------------------------
>
>                 Key: DIRMINA-1035
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-1035
>             Project: MINA
>          Issue Type: Bug
>          Components: Protocol - HTTP
>    Affects Versions: 2.0.13
>            Reporter: Mark Ford
>            Assignee: Jonathan Valliere
>            Priority: Major
>             Fix For: 2.2.0
>
>         Attachments: DIRMINA-1035.patch
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org