Skip to content

Commit

Permalink
MID-2884 partial fix for error message displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 28, 2016
1 parent f2a1629 commit a83d5b3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -96,6 +96,8 @@ protected void onConfigure() {

String key = ex.getMessage() != null ? ex.getMessage() : "web.security.provider.unavailable";
error(getString(key));

httpSession.removeAttribute(WebAttributes.AUTHENTICATION_EXCEPTION);
}

@Override
Expand Down

0 comments on commit a83d5b3

Please sign in to comment.