git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2209
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
}
// otherwise, forward control to the AuthenticationHandler
- loginContext.setAuthenticationManagerURL(servletRequest.getPathInfo());
+ loginContext.setAuthenticationManagerURL(servletRequest.getRequestURI());
handler.login(servletRequest, servletResponse, loginContext);
}
// forward the request back to this servlet.
Saml2LoginContext loginCtx = new Saml2LoginContext(authnRequest);
- loginCtx.setProfileHandlerURL(request.getPathInfo());
+ loginCtx.setProfileHandlerURL(request.getRequestURI());
httpSession.setAttribute(LoginContext.LOGIN_CONTEXT_KEY, loginCtx);
try {
RequestDispatcher dispatcher = request