You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/04/08 23:54:17 UTC

[jira] [Resolved] (WICKET-5113) Set a different TimeZone for the RequestLogger

     [ https://issues.apache.org/jira/browse/WICKET-5113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5113.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.7.0
         Assignee: Martin Grigorov

The 'final' modifier is removed in Wicket 6.x.
In 1.5.x the signature is: 
  protected static String formatDate(final Date date)
and we cannot remove 'static' because it will be an API break in minor release.
                
> Set a different TimeZone for the RequestLogger
> ----------------------------------------------
>
>                 Key: WICKET-5113
>                 URL: https://issues.apache.org/jira/browse/WICKET-5113
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.10
>            Reporter: Teresa Neto
>            Assignee: Martin Grigorov
>             Fix For: 6.7.0
>
>
> I'm using wicket 1.5.9. In my log4j.xml I have:
> <logger name="org.apache.wicket.protocol.http.RequestLogger">
>         <level value="info"/>
> </logger>
> but when I'm testing my log file output is showing the request logger information using GMT timezone and I need to be GMT+1. 
> Following Martin Grigorov is it possible to remove the final from org.apache.wicket.protocol.http.AbstractRequestLogger#formatDate method?

--
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