[PR] re-introduced simple filtering of results instead of security header validation [axis-axis2-java-rampart]

2023-10-22 Thread via GitHub
bill-looby opened a new pull request, #10: URL: https://github.com/apache/axis-axis2-java-rampart/pull/10 fetchActionResults() was removed from Wss4j, so security header validation was introduced to return the same set of results. However this often failed as not everything was set up for i

[PR] Need to extend the class that can be correctly cast for validation usage [axis-axis2-java-rampart]

2023-10-22 Thread via GitHub
bill-looby opened a new pull request, #9: URL: https://github.com/apache/axis-axis2-java-rampart/pull/9 Since the Wss4j update there was a change in class to use and the stax one can't be cast correctly later -- This is an automated message from the Apache Git Service. To respond to the m

[PR] Use explicit symmetric key [axis-axis2-java-rampart]

2023-10-22 Thread via GitHub
bill-looby opened a new pull request, #8: URL: https://github.com/apache/axis-axis2-java-rampart/pull/8 A symmetric key needs to be passed into BindingBuilder.getEncryptedKeyBuilder() so that the encoded contents of that key can be used in a generated key afterwards in both AsymmetricBindin

[PR] Conversation constant update [axis-axis2-java-rampart]

2023-10-22 Thread via GitHub
bill-looby opened a new pull request, #7: URL: https://github.com/apache/axis-axis2-java-rampart/pull/7 The default namespace for a derived key token now uses the Oasis URL, so references need to be changed accordingly in test code. -- This is an automated message from the Apache Git Serv