Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-1035

HttpServerDecoder not handling colons in header values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.13
    • 2.2.0
    • Protocol - HTTP
    • 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.

      Attachments

        1. DIRMINA-1035.patch
          5 kB
          Mark Ford

        Activity

          People

            johnnyv Jonathan Valliere
            massfords Mark Ford
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: