vmassol 02/01/05 03:16:02
Modified: httpclient/src/java/org/apache/commons/httpclient
Authenticator.java Base64.java Cookie.java
Credentials.java Header.java HeaderElement.java
HttpClient.java HttpConnection.java
HttpException.java HttpMethod.java
HttpMethodBase.java HttpState.java HttpStatus.java
NameValuePair.java RequestOutputStream.java
ResponseInputStream.java URIUtil.java
UsernamePasswordCredentials.java
httpclient/src/java/org/apache/commons/httpclient/log
Log.java Log4JCategoryLog.java LogSource.java
NoOpLog.java SimpleLog.java
httpclient/src/java/org/apache/commons/httpclient/methods
DeleteMethod.java GetMethod.java HeadMethod.java
OptionsMethod.java PostMethod.java PutMethod.java
Log:
fixed typo in license (replaced Tomcat by HttpClient)
Revision Changes Path
1.11 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java
Index: Authenticator.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Authenticator.java 6 Oct 2001 00:21:27 -0000 1.10
+++ Authenticator.java 5 Jan 2002 11:15:59 -0000 1.11
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java,v
1.10 2001/10/06 00:21:27 rwaldhoff Exp $
- * $Revision: 1.10 $
- * $Date: 2001/10/06 00:21:27 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Authenticator.java,v
1.11 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.11 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -74,7 +74,7 @@
* </p>
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
* @author Rodney Waldhoff
- * @version $Revision: 1.10 $ $Date: 2001/10/06 00:21:27 $
+ * @version $Revision: 1.11 $ $Date: 2002/01/05 11:15:59 $
*/
class Authenticator {
1.8 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java
Index: Base64.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Base64.java 6 Oct 2001 00:21:27 -0000 1.7
+++ Base64.java 5 Jan 2002 11:15:59 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java,v
1.7 2001/10/06 00:21:27 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/06 00:21:27 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Base64.java,v
1.8 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -73,7 +73,7 @@
* 1996. Available at: http://www.ietf.org/rfc/rfc2045.txt
* </p>
* @author Jeffrey Rodriguez
- * @version $Revision: 1.7 $ $Date: 2001/10/06 00:21:27 $
+ * @version $Revision: 1.8 $ $Date: 2002/01/05 11:15:59 $
*/
final class Base64 {
static private final int BASELENGTH = 255;
1.10 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Cookie.java
Index: Cookie.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Cookie.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Cookie.java 6 Oct 2001 00:21:27 -0000 1.9
+++ Cookie.java 5 Jan 2002 11:15:59 -0000 1.10
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Cookie.java,v
1.9 2001/10/06 00:21:27 rwaldhoff Exp $
- * $Revision: 1.9 $
- * $Date: 2001/10/06 00:21:27 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Cookie.java,v
1.10 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.10 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -80,7 +80,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Park, Sung-Gu</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Doug Sale</a>
* @author Rod Waldhoff
- * @version $Revision: 1.9 $ $Date: 2001/10/06 00:21:27 $
+ * @version $Revision: 1.10 $ $Date: 2002/01/05 11:15:59 $
*/
public class Cookie extends NameValuePair implements Serializable {
1.4 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Credentials.java
Index: Credentials.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Credentials.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Credentials.java 4 Oct 2001 17:49:12 -0000 1.3
+++ Credentials.java 5 Jan 2002 11:15:59 -0000 1.4
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Credentials.java,v
1.3 2001/10/04 17:49:12 rwaldhoff Exp $
- * $Revision: 1.3 $
- * $Date: 2001/10/04 17:49:12 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Credentials.java,v
1.4 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.4 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -68,7 +68,7 @@
* This is just a marker interface, the
* current implementation has no methods.
* </p>
- * @version $Revision: 1.3 $ $Date: 2001/10/04 17:49:12 $
+ * @version $Revision: 1.4 $ $Date: 2002/01/05 11:15:59 $
*/
public interface Credentials {
}
1.6 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Header.java
Index: Header.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Header.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Header.java 4 Oct 2001 22:20:48 -0000 1.5
+++ Header.java 5 Jan 2002 11:15:59 -0000 1.6
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Header.java,v
1.5 2001/10/04 22:20:48 rwaldhoff Exp $
- * $Revision: 1.5 $
- * $Date: 2001/10/04 22:20:48 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/Header.java,v
1.6 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.6 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -74,7 +74,7 @@
* <p>An HTTP header.</p>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.5 $ $Date: 2001/10/04 22:20:48 $
+ * @version $Revision: 1.6 $ $Date: 2002/01/05 11:15:59 $
*/
public class Header extends NameValuePair {
1.6 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HeaderElement.java
Index: HeaderElement.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HeaderElement.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- HeaderElement.java 4 Oct 2001 17:49:12 -0000 1.5
+++ HeaderElement.java 5 Jan 2002 11:15:59 -0000 1.6
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HeaderElement.java,v
1.5 2001/10/04 17:49:12 rwaldhoff Exp $
- * $Revision: 1.5 $
- * $Date: 2001/10/04 17:49:12 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HeaderElement.java,v
1.6 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.6 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -109,7 +109,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">B.C. Holmes</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Park, Sung-Gu</a>
- * @version $Revision: 1.5 $ $Date: 2001/10/04 17:49:12 $
+ * @version $Revision: 1.6 $ $Date: 2002/01/05 11:15:59 $
*/
public class HeaderElement extends NameValuePair {
1.42 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpClient.java
Index: HttpClient.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpClient.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- HttpClient.java 4 Dec 2001 21:08:51 -0000 1.41
+++ HttpClient.java 5 Jan 2002 11:15:59 -0000 1.42
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpClient.java,v
1.41 2001/12/04 21:08:51 rwaldhoff Exp $
- * $Revision: 1.41 $
- * $Date: 2001/12/04 21:08:51 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpClient.java,v
1.42 2002/01/05 11:15:59 vmassol Exp $
+ * $Revision: 1.42 $
+ * $Date: 2002/01/05 11:15:59 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -78,7 +78,7 @@
* </p>
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
* @author Rodney Waldhoff
- * @version $Revision: 1.41 $ $Date: 2001/12/04 21:08:51 $
+ * @version $Revision: 1.42 $ $Date: 2002/01/05 11:15:59 $
*/
public class HttpClient {
1.5 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java
Index: HttpConnection.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HttpConnection.java 15 Dec 2001 01:15:51 -0000 1.4
+++ HttpConnection.java 5 Jan 2002 11:16:00 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java,v
1.4 2001/12/15 01:15:51 rwaldhoff Exp $
- * $Revision: 1.4 $
- * $Date: 2001/12/15 01:15:51 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpConnection.java,v
1.5 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -78,7 +78,7 @@
* pair, together with the relevant attributes.
* </p>
* @author Rod Waldhoff
- * @version $Revision: 1.4 $ $Date: 2001/12/15 01:15:51 $
+ * @version $Revision: 1.5 $ $Date: 2002/01/05 11:16:00 $
*/
public class HttpConnection {
// ----------------------------------------------------------- Constructors
1.5 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java
Index: HttpException.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HttpException.java 4 Oct 2001 17:49:12 -0000 1.4
+++ HttpException.java 5 Jan 2002 11:16:00 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java,v
1.4 2001/10/04 17:49:12 rwaldhoff Exp $
- * $Revision: 1.4 $
- * $Date: 2001/10/04 17:49:12 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java,v
1.5 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -66,7 +66,7 @@
* <p>
* Signals that an HTTP or HTTP Client exception has occurred.
* </p>
- * @version $Revision: 1.4 $ $Date: 2001/10/04 17:49:12 $
+ * @version $Revision: 1.5 $ $Date: 2002/01/05 11:16:00 $
*/
public class HttpException extends Exception {
public HttpException() {
1.10 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethod.java
Index: HttpMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethod.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- HttpMethod.java 12 Oct 2001 17:55:35 -0000 1.9
+++ HttpMethod.java 5 Jan 2002 11:16:00 -0000 1.10
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethod.java,v
1.9 2001/10/12 17:55:35 rwaldhoff Exp $
- * $Revision: 1.9 $
- * $Date: 2001/10/12 17:55:35 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethod.java,v
1.10 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.10 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -74,7 +74,7 @@
* </p>
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
* @author Rod Waldhoff
- * @version $Revision: 1.9 $ $Date: 2001/10/12 17:55:35 $
+ * @version $Revision: 1.10 $ $Date: 2002/01/05 11:16:00 $
*/
public interface HttpMethod {
1.22 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java
Index: HttpMethodBase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- HttpMethodBase.java 15 Dec 2001 01:09:08 -0000 1.21
+++ HttpMethodBase.java 5 Jan 2002 11:16:00 -0000 1.22
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v
1.21 2001/12/15 01:09:08 rwaldhoff Exp $
- * $Revision: 1.21 $
- * $Date: 2001/12/15 01:09:08 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v
1.22 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.22 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -109,7 +109,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
* @author Rodney Waldhoff
- * @version $Revision: 1.21 $ $Date: 2001/12/15 01:09:08 $
+ * @version $Revision: 1.22 $ $Date: 2002/01/05 11:16:00 $
*/
public abstract class HttpMethodBase implements HttpMethod {
1.5 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpState.java
Index: HttpState.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpState.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HttpState.java 6 Oct 2001 00:21:27 -0000 1.4
+++ HttpState.java 5 Jan 2002 11:16:00 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpState.java,v
1.4 2001/10/06 00:21:27 rwaldhoff Exp $
- * $Revision: 1.4 $
- * $Date: 2001/10/06 00:21:27 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpState.java,v
1.5 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -80,7 +80,7 @@
* </p>
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
* @author Rodney Waldhoff
- * @version $Revision: 1.4 $ $Date: 2001/10/06 00:21:27 $
+ * @version $Revision: 1.5 $ $Date: 2002/01/05 11:16:00 $
*/
public class HttpState {
1.5 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpStatus.java
Index: HttpStatus.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpStatus.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HttpStatus.java 4 Oct 2001 17:49:12 -0000 1.4
+++ HttpStatus.java 5 Jan 2002 11:16:00 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpStatus.java,v
1.4 2001/10/04 17:49:12 rwaldhoff Exp $
- * $Revision: 1.4 $
- * $Date: 2001/10/04 17:49:12 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpStatus.java,v
1.5 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -66,7 +66,7 @@
/**
* <p>Constants enumerating the HTTP status codes.</p>
- * @version $Id: HttpStatus.java,v 1.4 2001/10/04 17:49:12 rwaldhoff Exp $
+ * @version $Id: HttpStatus.java,v 1.5 2002/01/05 11:16:00 vmassol Exp $
*/
public class HttpStatus {
1.7 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NameValuePair.java
Index: NameValuePair.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NameValuePair.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- NameValuePair.java 4 Oct 2001 22:20:48 -0000 1.6
+++ NameValuePair.java 5 Jan 2002 11:16:00 -0000 1.7
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NameValuePair.java,v
1.6 2001/10/04 22:20:48 rwaldhoff Exp $
- * $Revision: 1.6 $
- * $Date: 2001/10/04 22:20:48 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NameValuePair.java,v
1.7 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.7 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -67,7 +67,7 @@
/**
* <p>A simple class encapsulating a name/value pair.</p>
* @author <a href="mailto:[EMAIL PROTECTED]">B.C. Holmes</a>
- * @version $Revision: 1.6 $ $Date: 2001/10/04 22:20:48 $
+ * @version $Revision: 1.7 $ $Date: 2002/01/05 11:16:00 $
*/
public class NameValuePair implements Serializable {
1.6 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/RequestOutputStream.java
Index: RequestOutputStream.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/RequestOutputStream.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- RequestOutputStream.java 4 Oct 2001 22:20:48 -0000 1.5
+++ RequestOutputStream.java 5 Jan 2002 11:16:00 -0000 1.6
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/RequestOutputStream.java,v
1.5 2001/10/04 22:20:48 rwaldhoff Exp $
- * $Revision: 1.5 $
- * $Date: 2001/10/04 22:20:48 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/RequestOutputStream.java,v
1.6 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.6 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -74,7 +74,7 @@
* {@link OutputStream} wrapper supporting the chunked transfer encoding.
* </p>
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.5 $ $Date: 2001/10/04 22:20:48 $
+ * @version $Revision: 1.6 $ $Date: 2002/01/05 11:16:00 $
*/
public class RequestOutputStream
extends OutputStream {
1.11 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/ResponseInputStream.java
Index: ResponseInputStream.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/ResponseInputStream.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ResponseInputStream.java 2 Dec 2001 17:16:28 -0000 1.10
+++ ResponseInputStream.java 5 Jan 2002 11:16:00 -0000 1.11
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/ResponseInputStream.java,v
1.10 2001/12/02 17:16:28 remm Exp $
- * $Revision: 1.10 $
- * $Date: 2001/12/02 17:16:28 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/ResponseInputStream.java,v
1.11 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.11 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -70,7 +70,7 @@
* <p>{@link InputStream} wrapper supporting the chunked transfer encoding.</p>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.10 $ $Date: 2001/12/02 17:16:28 $
+ * @version $Revision: 1.11 $ $Date: 2002/01/05 11:16:00 $
*/
public class ResponseInputStream extends InputStream {
1.5 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URIUtil.java
Index: URIUtil.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URIUtil.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- URIUtil.java 5 Jan 2002 03:22:25 -0000 1.4
+++ URIUtil.java 5 Jan 2002 11:16:00 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URIUtil.java,v
1.4 2002/01/05 03:22:25 jefft Exp $
- * $Revision: 1.4 $
- * $Date: 2002/01/05 03:22:25 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/URIUtil.java,v
1.5 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -85,7 +85,7 @@
* @author Remy Maucherat
* @author Park, Sung-Gu
* @author Rodney Waldhoff
- * @version $Revision: 1.4 $ $Date: 2002/01/05 03:22:25 $
+ * @version $Revision: 1.5 $ $Date: 2002/01/05 11:16:00 $
*/
public class URIUtil {
1.4 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/UsernamePasswordCredentials.java
Index: UsernamePasswordCredentials.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/UsernamePasswordCredentials.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- UsernamePasswordCredentials.java 4 Oct 2001 22:20:48 -0000 1.3
+++ UsernamePasswordCredentials.java 5 Jan 2002 11:16:00 -0000 1.4
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/UsernamePasswordCredentials.java,v
1.3 2001/10/04 22:20:48 rwaldhoff Exp $
- * $Revision: 1.3 $
- * $Date: 2001/10/04 22:20:48 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/UsernamePasswordCredentials.java,v
1.4 2002/01/05 11:16:00 vmassol Exp $
+ * $Revision: 1.4 $
+ * $Date: 2002/01/05 11:16:00 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -66,7 +66,7 @@
* <p>Username and password {@link Credentials}.</p>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.3 $ $Date: 2001/10/04 22:20:48 $
+ * @version $Revision: 1.4 $ $Date: 2002/01/05 11:16:00 $
*/
public class UsernamePasswordCredentials implements Credentials {
1.8 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log.java
Index: Log.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Log.java 4 Oct 2001 17:49:15 -0000 1.7
+++ Log.java 5 Jan 2002 11:16:01 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log.java,v
1.7 2001/10/04 17:49:15 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/04 17:49:15 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log.java,v
1.8 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -65,7 +65,7 @@
/**
* A simple logging interface abstracting log4j.
* @author Rod Waldhoff
- * @version $Id: Log.java,v 1.7 2001/10/04 17:49:15 rwaldhoff Exp $
+ * @version $Id: Log.java,v 1.8 2002/01/05 11:16:01 vmassol Exp $
*/
public interface Log {
public void debug(Object message);
1.8 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log4JCategoryLog.java
Index: Log4JCategoryLog.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log4JCategoryLog.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Log4JCategoryLog.java 4 Oct 2001 17:49:15 -0000 1.7
+++ Log4JCategoryLog.java 5 Jan 2002 11:16:01 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log4JCategoryLog.java,v
1.7 2001/10/04 17:49:15 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/04 17:49:15 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/Log4JCategoryLog.java,v
1.8 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -67,7 +67,7 @@
/**
* @author Rod Waldhoff
- * @version $Id: Log4JCategoryLog.java,v 1.7 2001/10/04 17:49:15 rwaldhoff Exp $
+ * @version $Id: Log4JCategoryLog.java,v 1.8 2002/01/05 11:16:01 vmassol Exp $
*/
public class Log4JCategoryLog implements Log {
Category _category = null;
1.7 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/LogSource.java
Index: LogSource.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/LogSource.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- LogSource.java 15 Dec 2001 00:52:08 -0000 1.6
+++ LogSource.java 5 Jan 2002 11:16:01 -0000 1.7
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/LogSource.java,v
1.6 2001/12/15 00:52:08 rwaldhoff Exp $
- * $Revision: 1.6 $
- * $Date: 2001/12/15 00:52:08 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/LogSource.java,v
1.7 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.7 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -68,7 +68,7 @@
/**
* @author Rod Waldhoff
- * @version $Id: LogSource.java,v 1.6 2001/12/15 00:52:08 rwaldhoff Exp $
+ * @version $Id: LogSource.java,v 1.7 2002/01/05 11:16:01 vmassol Exp $
*/
public class LogSource {
static protected HashMap _logs = new HashMap();
1.8 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/NoOpLog.java
Index: NoOpLog.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/NoOpLog.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- NoOpLog.java 4 Oct 2001 17:49:15 -0000 1.7
+++ NoOpLog.java 5 Jan 2002 11:16:01 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/NoOpLog.java,v
1.7 2001/10/04 17:49:15 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/04 17:49:15 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/NoOpLog.java,v
1.8 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -64,7 +64,7 @@
/**
* @author Rod Waldhoff
- * @version $Id: NoOpLog.java,v 1.7 2001/10/04 17:49:15 rwaldhoff Exp $
+ * @version $Id: NoOpLog.java,v 1.8 2002/01/05 11:16:01 vmassol Exp $
*/
public final class NoOpLog implements Log {
public NoOpLog() { }
1.8 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/SimpleLog.java
Index: SimpleLog.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/SimpleLog.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SimpleLog.java 4 Oct 2001 17:49:15 -0000 1.7
+++ SimpleLog.java 5 Jan 2002 11:16:01 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/SimpleLog.java,v
1.7 2001/10/04 17:49:15 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/04 17:49:15 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/log/SimpleLog.java,v
1.8 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
@@ -71,7 +71,7 @@
/**
* @author Rod Waldhoff
- * @version $Id: SimpleLog.java,v 1.7 2001/10/04 17:49:15 rwaldhoff Exp $
+ * @version $Id: SimpleLog.java,v 1.8 2002/01/05 11:16:01 vmassol Exp $
*/
public class SimpleLog implements Log {
static protected final Properties _simplelogProps = new Properties();
1.4 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/DeleteMethod.java
Index: DeleteMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/DeleteMethod.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DeleteMethod.java 4 Oct 2001 17:49:15 -0000 1.3
+++ DeleteMethod.java 5 Jan 2002 11:16:01 -0000 1.4
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/DeleteMethod.java,v
1.3 2001/10/04 17:49:15 rwaldhoff Exp $
- * $Revision: 1.3 $
- * $Date: 2001/10/04 17:49:15 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/DeleteMethod.java,v
1.4 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.4 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.7 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java
Index: GetMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- GetMethod.java 5 Oct 2001 15:27:22 -0000 1.6
+++ GetMethod.java 5 Jan 2002 11:16:01 -0000 1.7
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java,v
1.6 2001/10/05 15:27:22 rwaldhoff Exp $
- * $Revision: 1.6 $
- * $Date: 2001/10/05 15:27:22 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/GetMethod.java,v
1.7 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.7 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.7 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java
Index: HeadMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- HeadMethod.java 5 Oct 2001 15:27:22 -0000 1.6
+++ HeadMethod.java 5 Jan 2002 11:16:01 -0000 1.7
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java,v
1.6 2001/10/05 15:27:22 rwaldhoff Exp $
- * $Revision: 1.6 $
- * $Date: 2001/10/05 15:27:22 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/HeadMethod.java,v
1.7 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.7 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.5 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/OptionsMethod.java
Index: OptionsMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/OptionsMethod.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- OptionsMethod.java 4 Oct 2001 17:49:15 -0000 1.4
+++ OptionsMethod.java 5 Jan 2002 11:16:01 -0000 1.5
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/OptionsMethod.java,v
1.4 2001/10/04 17:49:15 rwaldhoff Exp $
- * $Revision: 1.4 $
- * $Date: 2001/10/04 17:49:15 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/OptionsMethod.java,v
1.5 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.8 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java
Index: PostMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PostMethod.java 5 Oct 2001 15:27:22 -0000 1.7
+++ PostMethod.java 5 Jan 2002 11:16:01 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v
1.7 2001/10/05 15:27:22 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/05 15:27:22 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v
1.8 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
1.8 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PutMethod.java
Index: PutMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PutMethod.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PutMethod.java 5 Oct 2001 15:27:22 -0000 1.7
+++ PutMethod.java 5 Jan 2002 11:16:01 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PutMethod.java,v
1.7 2001/10/05 15:27:22 rwaldhoff Exp $
- * $Revision: 1.7 $
- * $Date: 2001/10/05 15:27:22 $
+ * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PutMethod.java,v
1.8 2002/01/05 11:16:01 vmassol Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/01/05 11:16:01 $
* ====================================================================
*
* The Apache Software License, Version 1.1
@@ -28,7 +28,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
- * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
+ * 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>