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=25006>.
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=25006

allow to "wrapUp" request for debugging before it is actually sent





------- Additional Comments From [EMAIL PROTECTED]  2003-11-26 10:59 -------
Also the wrap up thing can easily be implemented by subclassing and overriding
some methods with two-line code each like

if (wrappedUp) throw new IllegalStateException();
super.writeRequestHeaders();

Please note that resetting the wrappedUp flag may be a non-trivial thing to do
when automatically repeating requests and dealing with proxies and authentication!

I am -1 for this change.

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

Reply via email to