]
Ondrej Lukas updated ELY-1259:
------------------------------
Affects Version/s: 1.1.0.Beta52
Not logged exceptions in ElytronAuthenticator
---------------------------------------------
Key: ELY-1259
URL:
https://issues.jboss.org/browse/ELY-1259
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta52
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...