Github user jmewes commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/341#discussion_r235872537
  
    --- Diff: wicket-user-guide/src/main/asciidoc/redirects.adoc ---
    @@ -13,7 +13,7 @@ Wicket will create an according 
BufferedHttpServletResponse instance that will b
     
     image::../img/lost-in-redirection-mockup2.png[]
     
    -After the buffered response is cached the HTTP status code of 302 get’s 
provided back to the browser resulting in an additional GET request to the 
redirect URL (which Wicket sets to the URL of the Form itself). There is a 
special handling code for this case in the WicketFilter instance that then 
looks up a Map of buffered responses within the WebApplication accordingly. If 
an appropriate already cached response for the current request is found, it 
get’s streamed back to the browser immediately. No additional form processing 
happens now. The following is a code snippet taken from WicketFilter:
    +After the buffered response is cached the HTTP status code of 302 gets 
provided back to the browser resulting in an additional GET request to the 
redirect URL (which Wicket sets to the URL of the Form itself). There is a 
special handling code for this case in the WicketFilter instance that then 
looks up a Map of buffered responses within the WebApplication accordingly. If 
an appropriate already cached response for the current request is found, it 
gets streamed back to the browser immediately. No additional form processing 
happens now. The following is a code snippet taken from WicketFilter:
    --- End diff --
    
    Two times "get's" corrected to "gets".


---

Reply via email to