Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.2.2, 2.4.0, 2.3.2
-
None
-
None
Description
WSSecSignature.build(Crypto) won't sign other than the default part (the main body) because it uses the parts class field, but there is no way to set it, so it always just does the default. In my application we add a timestamp and sign only the timestamp, but you can't do that with the build method because there is no way to set the parts field to include the timestamp.