You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/12/03 15:09:44 UTC

[jira] Created: (QPID-1505) PlainSaslServer throws and immediately catches and wraps Sasl Exception

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.