[Bug 53960] Extensions to HttpClient test helper class

2012-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53960

--- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com ---
Note that I removed the extractUriElements() from within the processBody()
method.

The response body might be not HTML, and in =90% of test cases this
information is not needed by the test.

The extractUriElements() method was made public so that you can call it
explicitly.

See r1408520

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53960] Extensions to HttpClient test helper class

2012-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53960

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Mark Thomas ma...@apache.org ---
Fixed in trunk and 7.0.x and will be in 7.0.33 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53960] Extensions to HttpClient test helper class

2012-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53960

--- Comment #1 from Brian Burch br...@pingtoo.com ---
I wondered whether my refactoring might have broken the logic associated with
processing the response body. I have reviewed my change, renamed an argument to
make it self-explanatory, and fixed a typo in a comment.

I have attached a new patch file for the entire change, so please ignore the
original and implement only the new patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53960] Extensions to HttpClient test helper class

2012-10-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53960

Brian Burch br...@pingtoo.com changed:

   What|Removed |Added

  Attachment #29443|0   |1
is obsolete||

--- Comment #2 from Brian Burch br...@pingtoo.com ---
Created attachment 29455
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=29455action=edit
Minor improvements to original patch.

This is a complete replacement for the original patch file, even though the
differences are minor.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org