[
https://issues.apache.org/jira/browse/SLING-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Boston resolved SLING-2747.
-------------------------------
Resolution: Fixed
fixed
> Only the first request log format char is ignored.
> --------------------------------------------------
>
> Key: SLING-2747
> URL: https://issues.apache.org/jira/browse/SLING-2747
> Project: Sling
> Issue Type: Bug
> Components: Engine
> Affects Versions: Engine 2.2.6
> Reporter: Ian Boston
> Assignee: Ian Boston
> Fix For: Engine 2.2.8
>
>
> In org.apache.sling.engine.impl.log.CustomLogFormat
> } else if (c == '>' || c == '>') {
> should be
> } else if (c == '>' || c == '<') {
--
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