You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Lynch, Ryan" <Ry...@cotelligent.com> on 2003/01/11 02:13:50 UTC

[PATCH] Dependency on Java 1.3

Hello,
 
Attached is a patch which removes the only dependency on the Java 1.3 JDK
for the httpclient project. The changes are as follows.
 
- Used URI object to retrieve path, query string, host, and port.
- Used URL object to retrieve protocol. JDK 1.2.2 version of URL does not
have URL.getPath() and URL.getQuery().
 
Hope this helps.
 
Ryan Lynch