salcho commented on a change in pull request #439:
URL: https://github.com/apache/wicket/pull/439#discussion_r462355253



##########
File path: 
wicket-core/src/main/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.java
##########
@@ -400,7 +454,8 @@ protected String getSourceUri(HttpServletRequest 
containerRequest)
         * @param page
         *            the page that is the target of the request
         */
-       protected void checkRequest(HttpServletRequest request, String 
sourceUri, IRequestablePage page)
+       protected void checkRequestOriginReferer(HttpServletRequest request, 
String sourceUri,
+               IRequestablePage page)

Review comment:
       That's a good point, thanks Edmond! Jen has pushed a change following 
your suggestion so existing subclasses will still behave as they used to.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to