minor text edit
This commit is contained in:
parent
ea544c639e
commit
413295e15e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Servlet User Principal <b><%=request.getUserPrincipal().getName()%>
|
|||
try {
|
||||
list = CustomerDatabaseClient.getCustomers(request);
|
||||
} catch (CustomerDatabaseClient.Failure failure) {
|
||||
out.println("There was a failure processing request. You either didn't configure Keycloak properly, or maybe" +
|
||||
out.println("There was a failure processing request. You either didn't configure Keycloak properly, or maybe " +
|
||||
"you just forgot to secure the database service?");
|
||||
out.println("Status from database service invocation was: " + failure.getStatus());
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue