You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/04/29 14:29:31 UTC

DO NOT REPLY [Bug 19424] - GetMethod.java checks the "used" flag which cannot be set at this time

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19424>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19424

GetMethod.java checks the "used" flag which cannot be set at this time

olegk@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Major
             Status|NEW                         |ASSIGNED
   Target Milestone|---                         |2.0 Beta 1



------- Additional Comments From olegk@apache.org  2003-04-29 12:29 -------
Uhhh. It�s an ugly one. There may be no need to call HttpMethodBase#checkUsed() 
from GetMethod#getResponseBodyAsStream() at all. I'll walk through GetMethod 
code and see if it safe to eliminate checkUsed() calls that appear superfluous 
to me.

Oleg