PlainSaslServer throws and immediately catches and wraps Sasl Exception
-----------------------------------------------------------------------

                 Key: QPID-1505
                 URL: https://issues.apache.org/jira/browse/QPID-1505
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker, Starter
    Affects Versions: M3, M4
            Reporter: Martin Ritchie
            Priority: Minor


Summary:

in evaluateResponse Line 94 throws a SaslException saying Authentication Failed 
but this is then immediately caught on line 97 as SaslException extends 
IOException. Where by the SaslException is Wrapped in a new SaslException and 
thrown.

We probably don't want to do this, something simple like moving the 
if....else... out of the try...catch would suffice.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to