[logback-dev] [JIRA] (LOGBACK-1363) [logback-access] Response header field names to be case-insensitive

QOS.CH (JIRA) noreply-jira at qos.ch
Wed Jan 3 17:29:00 CET 2018


Nathan Schile created LOGBACK-1363:
--------------------------------------

             Summary: [logback-access] Response header field names to be case-insensitive
                 Key: LOGBACK-1363
                 URL: https://jira.qos.ch/browse/LOGBACK-1363
             Project: logback
          Issue Type: Improvement
          Components: logback-access
    Affects Versions: 1.2.3
         Environment: Jetty 9.4, Linux, Java 8
            Reporter: Nathan Schile
            Assignee: Logback dev list
            Priority: Minor


Response header lookup provided by the AccessEvent are case-sensitive. The RFC for message headers says that the header names should be treated as case-insensitive [1]. Request headers are already treated as case-insensitive [2]. Response header lookup should be updated to be case-insensitive.

[1] https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
[2] https://github.com/qos-ch/logback/blob/v_1.2.3/logback-access/src/main/java/ch/qos/logback/access/spi/AccessEvent.java#L325



--
This message was sent by Atlassian JIRA
(v7.3.1#73012)


More information about the logback-dev mailing list