Skip to content

Commit

Permalink
Uncomment error page on getting exception
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Nov 30, 2016
1 parent 07a694d commit dee5c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private ExternalLogoutResult processExternalAuthenticatorLogOut(SessionState ses

int apiVersion = externalAuthenticationService.executeExternalGetApiVersion(customScriptConfiguration);
if (apiVersion < 3) {
// Not support redirec to external system at logout
// Not support redirect to external system at logout
return externalLogoutResult;
}

Expand Down
3 changes: 1 addition & 2 deletions Server/src/main/webapp/WEB-INF/pages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@
<message severity="warn">Unexpected Error</message>
</redirect>
</exception>
-->
<exception>
<redirect view-id="/error.xhtml">
<message severity="error">Unexpected error, please try again</message>
</redirect>
</exception>
-->
</pages>

0 comments on commit dee5c49

Please sign in to comment.