> rwaldhoff 01/08/02 15:21:43
>
> Modified: httpclient/src/java/org/apache/commons/httpclient/methods
> PutMethod.java
> Log:
> check Log.isInfoEnabled before constructing String out of buffered bytes
>
> Revision Changes Path
> 1.3 +16 -62
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/Pu
tMethod.java
>
> Index: PutMethod.java
> ===================================================================
> RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/
methods/PutMethod.java,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- PutMethod.java 2001/08/02 22:08:31 1.2
> +++ PutMethod.java 2001/08/02 22:21:43 1.3
> @@ -1,64 +1,14 @@
> /*
> - * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/
methods/PutMethod.java,v 1.2 2001/08/02 22:08:31 rwaldhoff Exp $
> - * $Revision: 1.2 $
> - * $Date: 2001/08/02 22:08:31 $
> + * $Header:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/
methods/PutMethod.java,v 1.3 2001/08/02 22:21:43 rwaldhoff Exp $
> + * $Revision: 1.3 $
> + * $Date: 2001/08/02 22:21:43 $
> + *
> + * Copyright (C) The Apache Software Foundation. All rights reserved.
> + *
> + * This software is published under the terms of the Apache Software
License
> + * version 1.1, a copy of which has been included with this
distribution in
> + * the LICENSE file.
According to Jon, this license text, popularized by Pier mainly, is nicer,
but isn't legally correct (so don't use it).
Remy