79696806

Date: 2025-07-10 09:16:44
Score: 1
Natty:
Report link

Explicitly adding the dependency to spring-ws-core version 4.0.12 solves the issue:

<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-security</artifactId>
    <version>4.1.0</version>
    <scope>compile</scope>
</dependency>

Might really be a bug in spring-ws-core 4.0.13+.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: j4p