AbstractUsernameTokenAuthenticatingInterceptor does not handle digest passwords 
correctly
-----------------------------------------------------------------------------------------

                 Key: CXF-3476
                 URL: https://issues.apache.org/jira/browse/CXF-3476
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.4
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 2.4.1



The AbstractUsernameTokenAuthenticatingInterceptor does not handle digest 
passwords correctly.

boolean isHashed = usernameToken.isDerivedKey();

should be:

boolean isHashed = usernameToken.isHashed();

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to