]
Darran Lofthouse updated WFLY-7396:
-----------------------------------
Affects Version/s: (was: 11.0.0.Alpha1)
No log messages comming from Elytron - exception handling
---------------------------------------------------------
Key: WFLY-7396
URL:
https://issues.jboss.org/browse/WFLY-7396
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Jan Kalina
Priority: Critical
Fix For: 11.0.0.Alpha1
Log error messages from exceptions into log, where it can be useful. See
https://issues.jboss.org/browse/JBEAP-6041 for more details.
It happened to me twice elytron doesn't log exceptions into log, which would be
useful for me, but instead just ignore it. I get to them, once I was debugging code.
*
https://github.com/wildfly-security/wildfly-elytron/blob/cb57f2f0ffcdb147...
*
https://github.com/wildfly-security/wildfly-elytron/blob/7666231fa76b95c3...
** exceptin which was ignored here "java.security.PrivilegedActionException:
GSSException: Unsupported mechanism requested: 1.2.840.48018.1.2.2"
Please review also other exception handling places, if exceptions are handled correctly.