Ondrej Lukas created ELY-1259:
---------------------------------
Summary: Not logged exceptions in ElytronAuthenticator
Key: ELY-1259
URL:
https://issues.jboss.org/browse/ELY-1259
Project: WildFly Elytron
Issue Type: Bug
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
{{org.wildfly.security.auth.util.ElytronAuthenticator}} includes some try-catch blocks
where some Exception is caught, but it is thrown away, e.g. [1]. It should be rather
logged at trace level.
e.g. this issue causes that Exception mentioned in JBEAP-11725 is hidden. However showing
this Exception in server log would be helpful for users.
[1]
https://github.com/wildfly-security/wildfly-elytron/blob/4df6f4726b7cf070...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)