Re: [tclwebtest] Problem following URLs with GET parameters
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ti...> - 2005-02-06 23:08:12
|
On 2005-02-06, Tilmann Singer <ti...@ti...> wrote: > * Grzegorz Adam Hankiewicz <gr...@ti...> [20050206 19:53]: > > The do_request command seems to modify the URL (one slash before > > "alleg" removed), as the following output shows: > > Someone ( ;-)) added a proc called post_process_url that is > the culprit: Yeah, I was afraid it was me. > Maybe that someone could fix it so that it doesn't mangle query > content? Added selftest/post_process_url.test in CVS which tests > a few calls of that proc and currently fails because of the query > var modification. Now the test is passed OK, I separate GET parameters from the url before doing any substitution. Hopefully there's not another way of putting a `?' character in a URL that breaks this too. |