Details
Description
Consider the following requests:
- user clicks link on HomePage
- wicket-ajax.js sends ajax request to AjaxLink
- HomePage redirects to InterceptPage
- user clicks link on InterceptPage
- request (ajax or normal) is sent to InterceptPage
- InterceptPage continues to original destination with redirect
- original Ajax request is sent by the browser and not by wicket-ajax.js
- Wicket AjaxRequest renders the response
The resulting <ajax-response/> is rendered in the browser :/.