Repository: cxf
Updated Branches:
  refs/heads/master d35482c9e -> d04f83cec


Spelling correction


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7b9f72bd
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7b9f72bd
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7b9f72bd

Branch: refs/heads/master
Commit: 7b9f72bd7c3dc778da9bee85d54f36f99c0feb23
Parents: 6fb8804
Author: Colm O hEigeartaigh <[email protected]>
Authored: Mon Oct 5 15:28:51 2015 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Mon Oct 5 15:55:19 2015 +0100

----------------------------------------------------------------------
 .../cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.java    | 4 ++--
 .../org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.java    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/7b9f72bd/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.java
----------------------------------------------------------------------
diff --git 
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.java
 
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.java
index 42e9ab4..1e6a822 100644
--- 
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.java
+++ 
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.java
@@ -129,8 +129,8 @@ public class PolicyBasedWSS4JOutInterceptor extends 
AbstractPhaseInterceptor<Soa
             String actor = 
(String)message.getContextualProperty(SecurityConstants.ACTOR);
             
             if (AttachmentUtil.isMtomEnabled(message) && 
hasAttachments(message)) {
-                LOG.warning("MTOM is enabled with WS-Security. Please note 
that if an attachment is"
-                    + "referenced in the SOAP Body, only the reference will be 
signed and not the"
+                LOG.warning("MTOM is enabled with WS-Security. Please note 
that if an attachment is "
+                    + "referenced in the SOAP Body, only the reference will be 
signed and not the "
                     + "SOAP Body!");
             }
             

http://git-wip-us.apache.org/repos/asf/cxf/blob/7b9f72bd/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.java
----------------------------------------------------------------------
diff --git 
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.java
 
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.java
index 5e07fdd..d5906df 100644
--- 
a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.java
+++ 
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.java
@@ -195,8 +195,8 @@ public class WSS4JOutInterceptor extends 
AbstractWSS4JInterceptor {
                 reqData.setAttachmentCallbackHandler(new 
AttachmentCallbackHandler(mc));
                 
                 if (AttachmentUtil.isMtomEnabled(mc) && hasAttachments(mc)) {
-                    LOG.warning("MTOM is enabled with WS-Security. Please note 
that if an attachment is"
-                        + "referenced in the SOAP Body, only the reference 
will be signed and not the"
+                    LOG.warning("MTOM is enabled with WS-Security. Please note 
that if an attachment is "
+                        + "referenced in the SOAP Body, only the reference 
will be signed and not the "
                         + "SOAP Body!");
                 }
                 

Reply via email to