Felix Meschberger created SLING-3409:
----------------------------------------
Summary: URL form encoded request parsing fails if charset is set
on Content-Type header
Key: SLING-3409
URL: https://issues.apache.org/jira/browse/SLING-3409
Project: Sling
Issue Type: Bug
Components: Engine
Reporter: Felix Meschberger
Fix For: Engine 2.2.12
With SLING-3403 the Engine implements its own request parmeter parsing of query
strings and URL encoded form POSTs. URL encoded form posts are recognized by
the "application/x-www-form-urlencoded" content type.
If the charset parameter is set on the content type, such as:
application/x-www-form-urlencoded; charset=UTF-8
the check fails.
The check should be modified to properly check and ignore the charset parameter.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)