Description
WICKET-4645 fixed a problem where Wicket passed a relative URL to HttpServletResponse#encodeURL() and in some circumstances the web container wasn't able to calculate an absolute url for them. e.g. when the requested page is mounted at deeper mount paht than the response page.
The same should be done for HttpServletResponse#encodeRedirectURL().