You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/03/14 14:34:09 UTC

[jira] Resolved: (WICKET-386) Create RFC-compliant date fields in MockHttpServletResponse

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

Jean-Baptiste Quenot resolved WICKET-386.
-----------------------------------------

    Resolution: Fixed

> Create RFC-compliant date fields in MockHttpServletResponse
> -----------------------------------------------------------
>
>                 Key: WICKET-386
>                 URL: https://issues.apache.org/jira/browse/WICKET-386
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Jean-Baptiste Quenot
>         Assigned To: Jean-Baptiste Quenot
>            Priority: Minor
>             Fix For: 1.3
>
>
> Currently MockHttpServletResponse uses DateFormat.getInstance(DateFormat.FULL) to format date headers like "Last-Modified".  It does not comply with the HTTP RFC.
> See http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1
> Being standards compliant here is just for the matter of being more realistic, but the important point is to get access to the time, not only hour.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.