diff --git a/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java b/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java index 89e1da22..00d5600a 100755 --- a/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java +++ b/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java @@ -71,7 +71,7 @@ import org.springframework.ws.soap.security.wss4j.callback.UsernameTokenPrincipa *
* Securement actions are:
* Securement action Description UsernameTokenAdds a username token UsernameTokenSignatureAdds - * a username token and a signature username token secrect key TimestampAdds a + * a username token and a signature username token secret key TimestampAdds a * timestamp * EncryptEncrypts the response SignatureSigns the response NoSecurityNo action * performed