Compatibility issue with weblogic wsse
--------------------------------------

                 Key: WSS-79
                 URL: https://issues.apache.org/jira/browse/WSS-79
             Project: WSS4J
          Issue Type: Improvement
         Environment: wss4j 1.5.1 weblogic server 8.1 sp6
            Reporter: Willy ANTOINE
            Assignee: Davanum Srinivas
            Priority: Minor


Hello

Some implementations of weblogic server returns only a key name as a security 
reference. 
When the client use wss4j for decryption, it can handle this.
When wss4j is used as a client recceiver, it should be able to find the alias 
from the key name. 

The solution correspond on the code commented in 
org.apache.ws.security.processor.EncryptedKeyProcessor  lines 149-152, 240-244, 
 and in org.apache.ws.security.message.token.SecurityTokenReference, lines 74, 
75, 466-472.

I think, even if this method doesn't allow to identify a unique certificate, it 
could be activate by a configuration parameter, with some restrictions: 
if the crypto.getAliasesForDN returns more than one certificate, throws an 
exception.

Best regards 
Willy

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to