[Http-webtest-commits] HTTP-WebTest Changes,1.79,1.80
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-07-14 08:28:13
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory sc8-pr-cvs1:/tmp/cvs-serv15485 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** Changes 26 Apr 2003 15:14:25 -0000 1.79 --- Changes 14 Jul 2003 08:28:07 -0000 1.80 *************** *** 11,14 **** --- 11,23 ---- test report emails. Based on patch by Amit Kaul. + BUG FIXES: + + * HTTP::WebTest used to mangle test URLs like + 'http://website.com?http://website2.com?var=val' by URL escaping + everything after the first question mark. Now it does modify test URL + unless it is doing GET request and test parameter 'params' is + specified in a test specification. Thanks to Brian Webb for a + bugreport. + 2.02 Mon Mar 24 2003 |