You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by og...@apache.org on 2003/08/08 09:59:53 UTC

cvs commit: jakarta-commons/httpclient/xdocs authentication.xml

oglueck     2003/08/08 00:59:53

  Modified:    httpclient/xdocs authentication.xml
  Log:
  adding a troubleshooting section
  
  Revision  Changes    Path
  1.6       +10 -3     jakarta-commons/httpclient/xdocs/authentication.xml
  
  Index: authentication.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/authentication.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- authentication.xml	21 Jun 2003 08:25:47 -0000	1.5
  +++ authentication.xml	8 Aug 2003 07:59:53 -0000	1.6
  @@ -151,8 +151,15 @@
         of basic authentication available in the       
         <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/">example directory</a> in CVS.
         </p>
  -	</section>
  -
  +  </section>
  +  
  +  <section name="Troubleshooting">
  +      <p>Some authentication schemes may use cryptographic algorithms. It is recommended to include the
  +         <a href="http://java.sun.com/products/jce/" target="_blank">Java Cryptography Extension</a> in
  +         your runtime environment prior to JDK 1.4.
  +        
  +      </p>
  +  </section>
     </body>
   
   </document>
  
  
  

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