bitstorm commented on a change in pull request #356: Wicket 6662
URL: https://github.com/apache/wicket/pull/356#discussion_r281646311
 
 

 ##########
 File path: 
wicket-core/src/test/java/org/apache/wicket/ajax/AjaxRequestHandlerTest.java
 ##########
 @@ -284,14 +283,14 @@ void ajaxRedirectSetsNoCachingHeaders()
                tester.startPage(new Wicket3921());
 
                tester.clickLink("updatePage");
-               assertEquals(Time.START_OF_UNIX_TIME.toRfc1123TimestampString(),
+               assertEquals(Instants.toRFC7231Format(Instant.EPOCH),
 
 Review comment:
   It seems the right RFC for Date formats is RFC7231:
   https://tools.ietf.org/html/rfc7231#section-7.1.1.1
   
   But I admit to be a little confused, especially in respect of what RFC1123 
actually says about Date formats. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to