Issue Type: Bug Bug
Affects Versions: 1.0.10
Assignee: Logback dev list
Attachments: patch.txt
Components: logback-access
Created: 22/Mar/13 3:12 PM
Description: If HTTP request has content-type of "application/x-www-form-urlencoded" but with specified encoding (like "application/x-www-form-urlencoded; charset=UTF-8" then the POST parameters are not accessible using ServletRequest.getParameterNames/getParameter/etc. In other words, POST requests cannot be used in standard way in such a situation.

The bug is caused by implementation of ch.qos.logback.access.servlet.Util.isFormUrlEncoded. I attach a patch that solves the problem.
Project: logback
Priority: Major Major
Reporter: Grzegorz Kuligowski
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