getResourceSettings().setThrowExceptionOnMissingResource(false);
getRequestCycleSettings().setRenderStrategy(RenderStrategy.REDIRECT_TO_RENDER);
// Install a simple page authorization strategy, that checks all pages
// of type AuthenticatedWebPage.
IAuthorizationStrategy authorizationStrategy = new SimplePageAuthorizationStrategy(
AuthenticatedWebPage.class, SignIn.class)
{
@Override
protected boolean isAuthorized()
{