Issue Type: Bug Bug
Affects Versions: 1.0.12
Assignee: Logback dev list
Components: logback-access
Created: 21/Jun/13 11:07 AM
Description:

If the following request is sent:

GET / HTTP/1.1
user-agent: Wget/1.14 (linux-gnu)
accept: */*
host: 192.168.2.10:8080
connection: Keep-Alive
header1: a
header1: b

It is logged as:

GET / HTTP/1.1
user-agent: Wget/1.14 (linux-gnu)
accept: */*
host: 192.168.2.10:8080
connection: Keep-Alive
header1: a

The second header 'header1' is not logged.

This is due to the fact that ch.qos.logback.access.spi.IAccessEvent.getRequestHeaderMap() returns Map<String, String> instead of Map<String, String[]>

Project: logback
Priority: Major Major
Reporter: Nicolas
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira