You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ia...@apache.org on 2004/12/05 15:03:35 UTC

cvs commit: ws-fx/wss4j/src/org/apache/ws/axis/security package.html

ias         2004/12/05 06:03:35

  Modified:    wss4j/src/org/apache/ws/axis/security package.html
  Log:
  Fix mistypos.
  
  Revision  Changes    Path
  1.9       +2 -2      ws-fx/wss4j/src/org/apache/ws/axis/security/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/src/org/apache/ws/axis/security/package.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- package.html	23 Nov 2004 17:09:33 -0000	1.8
  +++ package.html	5 Dec 2004 14:03:35 -0000	1.9
  @@ -418,8 +418,8 @@
   This simple deployment descriptor signs and encrypts the SOAP Body part.
   The only new parameter, <code>signaturePropFile</code>, specifies the
   name of the signature crypto property file to use. Because no 
  -<code>encryptionPropFile</code> is declared the handler users the signature
  -property file also to get the encryption certificate. The same holds true for
  +<code>encryptionPropFile</code> is declared the handler also uses the signature
  +property file to get the encryption certificate. The same holds true for
   the username. The password callback class must return a password
   to get the user's private key (the keystore is defined in the crypto
   property file) that WSS4J uses to generate the signature. The encryption