Skip to content

Commit f776609

Browse files
committed
SWS-1008 - Remove NO_SECURITY check in 3.x
1 parent 99a7dd6 commit f776609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ protected void validateMessage(SoapMessage soapMessage, MessageContext messageCo
643643
logger.debug("Validating message [" + soapMessage + "] with actions [" + validationActions + "]");
644644
}
645645

646-
if (CollectionUtils.isEmpty(validationActionsVector) || validationActionsVector.contains(WSConstants.NO_SECURITY)) {
646+
if (CollectionUtils.isEmpty(validationActionsVector)) {
647647
return;
648648
}
649649

0 commit comments

Comments
 (0)