Actions
Defect #2387
closedWrong Exception messages format in SSO authentication filter
Start date:
07/14/2020
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
In ExtrasSsoIdmAuthenticationFilter.java
there are several lines with wrong formating Exception messages like this one:
throw new IdmAuthenticationException(MessageFormat.format("Attribute with code [{}] not found", fieldName));
Calling this method ends up with error
Forwarding to error page from request [/index.html] due to exception [can't parse argument number: ]
Please fix this bug.
Actions