jsdever 2003/02/07 06:38:02 Modified: httpclient/src/java/org/apache/commons/httpclient/util Base64.java httpclient/src/test/org/apache/commons/httpclient TestBase64.java Log: Deprecate the Base64 class and its tests. These classes should be removed in release 2.1 Revision Changes Path 1.6 +8 -7 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/Base64.java Index: Base64.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/Base64.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Base64.java 31 Jan 2003 00:33:37 -0000 1.5 +++ Base64.java 7 Feb 2003 14:38:01 -0000 1.6 @@ -66,15 +66,16 @@ import org.apache.commons.httpclient.HttpConstants; /** - * <p>Base64 encoder and decoder.</p> + * Base64 encoder and decoder. * <p> * This class provides encoding/decoding methods for the Base64 encoding as * defined by RFC 2045, N. Freed and N. Borenstein. RFC 2045: Multipurpose * Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies. - * Reference 1996. Available at: <a href="http://www.ietf.org/rfc/rfc2045.txt"> - * http://www.ietf.org/rfc/rfc2045.txt</a> + * Reference 1996. Available at: + * <a href="http://www.ietf.org/rfc/rfc2045.txt">http://www.ietf.org/rfc/rfc2045.txt</a> * </p> * + * @deprecated The commons-codec Base64 class will be used in HttpClient 2.1 * @author Jeffrey Rodriguez * @author <a href="mailto:[EMAIL PROTECTED]">Mike Bowler</a> * @version $Revision$ $Date$ 1.8 +5 -4 jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/TestBase64.java Index: TestBase64.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/TestBase64.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- TestBase64.java 23 Jan 2003 22:48:25 -0000 1.7 +++ TestBase64.java 7 Feb 2003 14:38:02 -0000 1.8 @@ -69,6 +69,7 @@ /** * Simple tests of {@link Base64}. * + * @deprecated The commons-codec Base64 class will be used in HttpClient 2.1 * @author Rodney Waldhoff * @version $Id$ */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]