Fixing issues surfaced while logging into the management console of the product as a result of an anomaly in the webapp authenticator framework

revert-70aa11f8
prabathabey 10 years ago
parent bf62561b00
commit 5eed51c3dc

@ -44,9 +44,11 @@ public class WebappAuthenticatorFrameworkValve extends CarbonTomcatValve {
case SUCCESS:
case CONTINUE:
this.getNext().invoke(request, response, compositeValve);
break;
case FAILURE:
AuthenticationFrameworkUtil.handleResponse(request, response, HttpServletResponse.SC_UNAUTHORIZED,
"Failed to authorize the incoming request");
break;
}
}

Loading…
Cancel
Save