[
https://issues.apache.org/jira/browse/SLING-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585631#comment-13585631
]
Ian Boston commented on SLING-2747:
-----------------------------------
Also, a custom equals is used without an appropriate hashcode violating the
equals contract. (just in case anyone ever puts SlingFilterChainHelper into a
map)
> 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