Description
Following scenario:
Home page redirects to login page via RestartResponseException if no user is logged in.
The user logs in, and is led back to the originally called page via continueToOriginalDestination().
If the original page was the home page, Wicket's UrlRenderer produces a target url of ./. here (which IE browsers can't handle).