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 34f7db10 Merge pull request #12 from bill-looby/integration-fixes
     new 77fd12b9 Merge branch 'master' of 
https://github.com/bill-looby/axis-axis2-java-rampart
     new 4ca98328 Use UNKNOWN instead of USERNAME_TOKEN to replace the previous 
USERNAME_TOKEN_UNKNOWN
     new cc309947 Updated bouncy castle dependency to jdk1.8 version 1.72 to 
match a transitive dependency
     new 29d9f1fa Updated apache directory server to 2.0.0 to match a 
transitive dependency
     new 7d834f3c Use UNKNOWN rather than USER_TOKEN to detect indicate unknown 
username detection
     new ef610f39 Basic changes to allow Sample compilation and test fixes
     new 8a9b1ed1 Removed Saml subject validation and cleaned up
     new c3b86989 Check on Array type as EmptyList can be returned which can't 
be cast as desired
     new 0ca5fcd0 Action results and subsequent filters can return valid null 
responses, so added chacks
     new e9308069 Token already had an SHA1 available, performing another SHA1 
generation on this creates the wrong value and a later mismatch
     new d7460cbd Action results needed to be created and passed explicitly 
with the new WSS4J
     new 25e8cbca Need to use the OMXMLParserWrapper to load policy
     new 6e785110 Removed extraneous semicolon
     new df551346 Date and time parsing was being both parsed and manipulated 
incorrectly. Used LocalDateTime to help resolve and used milliseconds for ttl
     new 0516bfab Resolved issue with incorrect ttl calculation
     new 2a7f09c6 Explicitly set the Id for a SecurityContextToken as WSS4J no 
longer appears to do this
     new df222b56 Changed unsupported slf4j-jcl version to the lateest supported
     new 4b9ae375 Added exclusion for xerces to maven dependencies, otherwise 
the samples get casting issues
     new 81169058 Basic changes to allow Sample compilation and test fixes
     new 0adec2ae Removed Saml subject validation and cleaned up
     new 78c996a6 Check on Array type as EmptyList can be returned which can't 
be cast as desired
     new 175577af Action results and subsequent filters can return valid null 
responses, so added chacks
     new 42a702c6 Token already had an SHA1 available, performing another SHA1 
generation on this creates the wrong value and a later mismatch
     new 7ff2a7d1 Action results needed to be created and passed explicitly 
with the new WSS4J
     new effc669a Need to use the OMXMLParserWrapper to load policy
     new 6c916b21 Removed extraneous semicolon
     new 93243ee1 Date and time parsing was being both parsed and manipulated 
incorrectly. Used LocalDateTime to help resolve and used milliseconds for ttl
     new 13a7cade Resolved issue with incorrect ttl calculation
     new d506970c Explicitly set the Id for a SecurityContextToken as WSS4J no 
longer appears to do this
     new 4d8c50a4 Changed unsupported slf4j-jcl version to the lateest supported
     new 6741822a Added exclusion for xerces to maven dependencies, otherwise 
the samples get casting issues
     new 6148ac90 Update Ubuntu version
     new 788a588b Add .gitignore
     new 5bbfd5f3 Update Java versions
     new 1830354b Merge branch 'master' of 
https://github.com/bill-looby/axis-axis2-java-rampart into samples-fixes
     new 78911710 Merge branch 'samples-fixes' of 
https://github.com/bill-looby/axis-axis2-java-rampart into samples-fixes 
Merging rebase.
     new d2050291 Merge branch 'samples-fixes' of 
https://github.com/bill-looby/axis-axis2-java-rampart into samples-fixes
     new a59c5f5d Merge pull request #13 from bill-looby/samples-fixes

The 1122 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       | 11 +++--
 .../java/org/apache/rampart/RampartEngine.java     | 47 ++++++++--------------
 .../org/apache/rampart/builder/BindingBuilder.java | 15 +++++--
 .../rampart/builder/SymmetricBindingBuilder.java   |  3 +-
 .../apache/rampart/handler/RampartReceiver.java    | 23 ++++++++++-
 .../extensions/jpam/JPAMCallbackHandler.java       |  4 +-
 modules/rampart-samples/policy/build.xml           |  4 +-
 .../org/apache/rampart/tomcat/sample/Client.java   |  6 ++-
 .../apache/rampart/tomcat/sample/PWCBHandler.java  |  4 +-
 .../samples/policy/sample01/PWCBHandler.java       |  4 +-
 .../samples/policy/sample02/PWCBHandler.java       |  2 +-
 .../samples/policy/sample03/PWCBHandler.java       |  2 +-
 .../samples/policy/sample04/PWCBHandler.java       |  2 +-
 .../rampart/samples/policy/sample05/Client.java    |  2 +-
 .../samples/policy/sample05/PWCBHandler.java       |  2 +-
 .../rampart/samples/policy/sample06/Client.java    |  2 +-
 .../samples/policy/sample06/PWCBHandler.java       |  2 +-
 .../samples/policy/sample07/PWCBHandler.java       |  2 +-
 .../rampart/samples/policy/sample08/Client.java    |  2 +-
 .../samples/policy/sample08/PWCBHandler.java       |  2 +-
 .../samples/policy/sample09/PWCBHandler.java       |  2 +-
 .../rampart-tests/test-resources/PWCallback.java   |  4 +-
 modules/rampart-trust/pom.xml                      | 13 +++++-
 .../src/main/java/org/apache/rahas/RahasData.java  |  2 +-
 .../src/main/java/org/apache/rahas/Token.java      | 13 +++---
 .../org/apache/rahas/impl/SAMLTokenIssuer.java     |  2 +-
 .../main/java/org/apache/rahas/impl/SCTIssuer.java |  4 ++
 pom.xml                                            |  2 +-
 28 files changed, 109 insertions(+), 74 deletions(-)

Reply via email to