You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jiri Vanek (JIRA)" <ji...@apache.org> on 2009/07/29 17:09:14 UTC

[jira] Created: (CXF-2370) Error while parsing authorization header in DigestAuthSupplier

Error while parsing authorization header in DigestAuthSupplier
--------------------------------------------------------------

                 Key: CXF-2370
                 URL: https://issues.apache.org/jira/browse/CXF-2370
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.1.4
            Reporter: Jiri Vanek


If getAuthorizationForRealm() method in DigestAuthSupplier.java class  receives this authorization header it fails to parse it. Problem is "==" in the nonce.

Digest realm="MyCompany realm.", qop="auth", nonce="MTI0ODg3OTc5NzE2OTplZGUyYTg0Yzk2NTFkY2YyNjc1Y2JjZjU2MTUzZmQyYw=="

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


[jira] Resolved: (CXF-2370) Error while parsing authorization header in DigestAuthSupplier

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2370.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5
                   2.1.8
         Assignee: Daniel Kulp

> Error while parsing authorization header in DigestAuthSupplier
> --------------------------------------------------------------
>
>                 Key: CXF-2370
>                 URL: https://issues.apache.org/jira/browse/CXF-2370
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.1.4
>            Reporter: Jiri Vanek
>            Assignee: Daniel Kulp
>             Fix For: 2.1.8, 2.2.5
>
>
> If getAuthorizationForRealm() method in DigestAuthSupplier.java class  receives this authorization header it fails to parse it. Problem is "==" in the nonce.
> Digest realm="MyCompany realm.", qop="auth", nonce="MTI0ODg3OTc5NzE2OTplZGUyYTg0Yzk2NTFkY2YyNjc1Y2JjZjU2MTUzZmQyYw=="

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