You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/11/05 00:40:18 UTC

cvs commit: xml-axis/java/src/org/apache/axis/client AdminClient.java

stevel      2002/11/04 15:40:17

  Modified:    java/src/org/apache/axis/client AdminClient.java
  Log:
  bug 14234, AdminClientTask authentication broken
  
  Revision  Changes    Path
  1.71      +1 -1      xml-axis/java/src/org/apache/axis/client/AdminClient.java
  
  Index: AdminClient.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/AdminClient.java,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- AdminClient.java	18 Sep 2002 16:10:42 -0000	1.70
  +++ AdminClient.java	4 Nov 2002 23:40:17 -0000	1.71
  @@ -193,7 +193,7 @@
        *   <li><code>-f<i>fileName</i></code> specifies that a simple file
        *              protocol should be used</li>
        *   <li><code>-u<i>username</i></code> sets the username</li>
  -     *   <li><code>-p<i>password</i></code> sets the password</li>
  +     *   <li><code>-w<i>password</i></code> sets the password</li>
        *   <li><code>-d</code> sets the debug flag (for instance, -ddd would
        *      set it to 3)</li>
        *   <li><code>-t<i>name</i></code> sets the transport chain touse</li>