]
David Lloyd resolved ELY-1028.
------------------------------
Fix Version/s: 1.1.0.Beta34
(was: 1.1.0.Beta36)
Resolution: Done
AuthenticationException should extend IOException
-------------------------------------------------
Key: ELY-1028
URL:
https://issues.jboss.org/browse/ELY-1028
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI
Reporter: David Lloyd
Assignee: David Lloyd
Fix For: 1.1.0.Beta34
Remote authentications use I/O. AuthenticationException pertains solely to remote
authentications. Therefore it (like SaslException and many others) should extend
IOException, not GeneralSecurityException.