You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Michael Becke <be...@u.washington.edu> on 2003/05/02 14:28:07 UTC

Possible URI problem

I have discovered a possible problem with URI handling. It seems that 
the HttpMethodBase(String) constructor is handling URIs incorrectly.  
The Javadocs indicate that the given URI should already be escaped but 
the constructor uses the URI constructor for unescaped URIs.  Is this 
correct?

Mike