WSDoAllReceiver.invoke not setting proper WSSConfig on security engine
----------------------------------------------------------------------

                 Key: WSS-267
                 URL: https://issues.apache.org/jira/browse/WSS-267
             Project: WSS4J
          Issue Type: Bug
          Components: WSS4J Axis Integration
    Affects Versions: 1.5.10
            Reporter: Brian McDonald
            Assignee: Colm O hEigeartaigh


In WSDoAllReceiver.invoke:164 the security engine is invoked

wsResult = secEngine.processSecurityHeader

But the wssconfig is never set so a new wssconfig is created which doesn't have 
any of the proper confg setting.

Before that line you need to call

secEngine.setWssConfig(reqData.getWssConfig());

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to