[ https://issues.apache.org/jira/browse/WICKET-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Baptiste Quenot updated WICKET-386: ---------------------------------------- Fix Version/s: (was: trunk) 1.3.0-beta1 > 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 > Assignee: Jean-Baptiste Quenot > Priority: Minor > Fix For: 1.3.0-beta1 > > > 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.