Description
When switching between http and https the SwitchProtocolRequestTargets builds the redirect url's based on the HttpServletRequest.getServerName(). This gives problems when the wicket application is running behind a reverse proxy (e.g. apache httpd with mod_proxy). It should be possible to override the building of the redirect url.