I realized recently that there is code in HttpClient that requires JDK 1.3,
namely URL.getPath() and URL.getQuery().  The JavaDoc doesn't indicate it,
but these methods got added in JDK 1.3.

Is there any reason we can't live with this?  Is support JDK 1.2.2 a
requirement?  Neither of these methods is all that difficult to implement,
but I'd much rather use the existing library methods if possible.

Marc Saegesser 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to