This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
from e73ba38e RAMPART-371: cover the null-QName assertion case in
RahasModuleTest
new 9d0abc1b RAMPART-428: validate the signed SOAP Body by identity, not
by name
new 5346d2f6 RAMPART-428: apply the signed-element identity check to
headers too
new 977e51f8 RAMPART-428: harden the test XML parser against XXE
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../rampart/PolicyBasedResultsValidator.java | 61 ++++++++----
.../rampart/PolicyBasedResultsValidatorTest.java | 105 +++++++++++++++++++++
2 files changed, 146 insertions(+), 20 deletions(-)
create mode 100644
modules/rampart-core/src/test/java/org/apache/rampart/PolicyBasedResultsValidatorTest.java