You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by co...@apache.org on 2009/07/29 18:27:11 UTC

svn commit: r798971 - in /webservices/wss4j/branches/1_5_x-fixes: build.xml src/org/apache/ws/security/message/token/UsernameToken.java src/org/apache/ws/security/util/WSSecurityUtil.java

Author: coheigea
Date: Wed Jul 29 16:27:11 2009
New Revision: 798971

URL: http://svn.apache.org/viewvc?rev=798971&view=rev
Log:
Made some fixes to the distribution jars for some changes Ant Elder pointed out in the 1.5.8 release process.

Modified:
    webservices/wss4j/branches/1_5_x-fixes/build.xml
    webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/UsernameToken.java
    webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/WSSecurityUtil.java

Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/build.xml?rev=798971&r1=798970&r2=798971&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/build.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/build.xml Wed Jul 29 16:27:11 2009
@@ -730,7 +730,7 @@
         "${dir.dist}/${product.shortname}-bin-${product.version}.zip">
         <zipfileset prefix="wss4j" dir="."
             includes="keys/**, interop/**, interop2/**, test/**, samples/**,
-                ChangeLog.txt, LICENSE.txt, README.txt, NOTICE, legal/**, webapps/**"/>
+                ChangeLog.txt, LICENSE.txt, README.txt, NOTICE, webapps/**"/>
         <zipfileset prefix="wss4j/classes" dir="${build.classes}"
             includes=
                 "*.properties, interop/**, wssec/**, org/**/oasis/**, org/**/samples/**"/>
@@ -746,7 +746,7 @@
          <zip destfile=
            "${dir.dist}/${product.shortname}-otherjars-${product.version}.zip">
              <zipfileset prefix="wss4j" dir="."
-                 includes="lib/*.jar, endorsed/*.jar legal/**"/>
+                 includes="lib/*.jar, endorsed/*.jar, LICENSE.txt, README.txt, NOTICE, legal/**"/>
          </zip>
      </target>  
     
@@ -756,7 +756,7 @@
         <zip destfile=
                  "${dir.dist}/${product.shortname}-src-${product.version}.zip">
             <zipfileset prefix="wss4j" dir="."
-                includes="src/** ChangeLog.txt LICENSE.txt README.txt NOTICE legal/** build.xml "/>
+                includes="src/** ChangeLog.txt LICENSE.txt README.txt NOTICE build.xml "/>
         </zip>
     </target>
 

Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/UsernameToken.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/UsernameToken.java?rev=798971&r1=798970&r2=798971&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/UsernameToken.java (original)
+++ webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/UsernameToken.java Wed Jul 29 16:27:11 2009
@@ -459,7 +459,7 @@
     /**
      * Set the raw (plain text) password used to compute secret key.
      * 
-     * @param raw_password the raw_password to set
+     * @param newRawPassword the raw password to set
      */
     public void setRawPassword(String newRawPassword) {
         rawPassword = newRawPassword;

Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/WSSecurityUtil.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/WSSecurityUtil.java?rev=798971&r1=798970&r2=798971&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/WSSecurityUtil.java (original)
+++ webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/WSSecurityUtil.java Wed Jul 29 16:27:11 2009
@@ -206,7 +206,7 @@
      * <code>//name</code> with the given namespace. It's somewhat faster than
      * XPath, and we do not deal with prefixes, just with the real namespace URI
      * 
-     * @param start Node Where to start the search
+     * @param startNode Where to start the search
      * @param name Local name of the element
      * @param namespace Namespace URI of the element
      * @return The found element or <code>null</code>
@@ -698,7 +698,7 @@
      * 
      * @param doc the DOM document (SOAP request)
      * @param envelope the SOAP envelope
-     * @param actot the actor (role) name of the WSS header
+     * @param actor the actor (role) name of the WSS header
      * @param doCreate if true create a new WSS header block if none exists
      * @return the WSS header or null if none found and doCreate is false
      */



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