spring-ws
spring-ws copied to clipboard
Add ability to override Wss4J default values for InclusivePrefixes
This is needed for compatibility between Wss4J and some Ms Stacks.
Note that WSS4J's defaults to adding InclusivePrefixes so any change should ensure that spring-ws previous default behavior remains unchanged via Unit tests.
See: https://github.com/spring-projects/spring-ws/pull/1212
Which meets those needs.