You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2003/02/11 04:41:15 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient NTLM.java

jsdever     2003/02/10 19:41:15

  Modified:    httpclient/src/java/org/apache/commons/httpclient NTLM.java
  Log:
  Deprecate and slate for becoming package access.
  
  Revision  Changes    Path
  1.12      +10 -8     jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NTLM.java
  
  Index: NTLM.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NTLM.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- NTLM.java	30 Jan 2003 05:01:54 -0000	1.11
  +++ NTLM.java	11 Feb 2003 03:41:14 -0000	1.12
  @@ -79,20 +79,22 @@
   import org.apache.commons.logging.LogFactory;
   
   /**
  - * <p>Provides an implementation of the NTLM authentication
  - * protocol.</p>
  - * <p>This class provides methods for generating authentication
  + * Provides an implementation of the NTLM authentication protocol.
  + * <p>
  + * This class provides methods for generating authentication
    * challenge responses for the NTLM authentication protocol.  The NTLM
    * protocol is a proprietary Microsoft protocol and as such no RFC
    * exists for it.  This class is based upon the reverse engineering
    * efforts of a wide range of people.</p>
    *
  + * @deprecated this class will be made package access for 2.0beta2
  + *
    * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
    * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
    * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
    *
    * @version $Revision$ $Date$
  - * @since 2.0
  + * @since 2.0alpha2
    */
   public final class NTLM {
   
  
  
  

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