]
Yeray Borges reassigned ELY-1259:
---------------------------------
Assignee: Yeray Borges (was: Darran Lofthouse)
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: Yeray Borges
{{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...