You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2013/02/25 06:24:12 UTC

[jira] [Resolved] (SLING-2747) Only the first request log format char is ignored.

     [ 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