Modified: 
webservices/wss4j/site/xref/org/apache/ws/security/message/token/SignatureConfirmation.html
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/message/token/SignatureConfirmation.html?rev=798514&r1=798513&r2=798514&view=diff
==============================================================================
--- 
webservices/wss4j/site/xref/org/apache/ws/security/message/token/SignatureConfirmation.html
 (original)
+++ 
webservices/wss4j/site/xref/org/apache/ws/security/message/token/SignatureConfirmation.html
 Tue Jul 28 13:23:48 2009
@@ -81,7 +81,7 @@
 <a name="71" href="#71">71</a>          WSSecurityUtil.setNamespace(element, 
WSConstants.WSSE11_NS, WSConstants.WSSE11_PREFIX);
 <a name="72" href="#72">72</a>          <strong 
class="jxr_keyword">if</strong> (signVal != <strong 
class="jxr_keyword">null</strong>) {
 <a name="73" href="#73">73</a>              String sv = Base64.encode(signVal);
-<a name="74" href="#74">74</a>              element.setAttribute(VALUE, sv);
+<a name="74" href="#74">74</a>              element.setAttributeNS(<strong 
class="jxr_keyword">null</strong>, VALUE, sv);
 <a name="75" href="#75">75</a>          }
 <a name="76" href="#76">76</a>  
 <a name="77" href="#77">77</a>      }



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscr...@ws.apache.org
For additional commands, e-mail: wss4j-dev-h...@ws.apache.org

Reply via email to