Present realm ignored by TokenValidateOperation for TokenValidator
------------------------------------------------------------------

                 Key: CXF-3929
                 URL: https://issues.apache.org/jira/browse/CXF-3929
             Project: CXF
          Issue Type: Bug
          Components: Services
    Affects Versions: 2.5
            Reporter: Oliver Wulff


If the configured RealmParser returns a non-null value, the 
TokenValiateOperation should call the following method on all registered 
TokenValidator:
public boolean canHandleToken(ReceivedToken validateTarget, String realm)

Instead, the following method is called:
public boolean canHandleToken(ReceivedToken validateTarget)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to