Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.7
-
None
Description
The WSS SecurityHeader schema definition is extensible to allow different types of security information to be included, i.e., I could define a FooToken in my schema and include it in the SecurityHeader in addition to my UsernameToken. However, wss4j seems to actively prevent this, throwing an exception if an unrecognized token is found.