You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jeff Dever <js...@sympatico.ca> on 2002/09/04 02:58:16 UTC

RE: cvs commit:jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util/HttpURLConnection.java

Vincent,

Fixed.  It would be easier on both of us to submit *actual* patches in
the future.  <grin>


Jeff,

There were some problems in applying the "patch". "theKeyPosition" and
"thePosition" are not supposed to be instance variables. They are
parameters passed by the respective methods where they are used (they
are prefixed by "the" as this is the convention in Cactus land). Thus
simply remove the 2 instance variables and remove "the" wherever you
find it and it should work fine.

I'll move Cactus to use the HttpClient wrapper sometime this coming week
end so Cactus will indirectly test it (through Gump runs) ...

Thanks
-Vincent


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>