https://issues.apache.org/bugzilla/show_bug.cgi?id=47587
--- Comment #5 from Mark Rotteveel <[email protected]> 2009-07-29 03:00:35 PST --- (In reply to comment #4) > Yes, but the generated request looks identical provided Encode is offf. True, except parametrization is slightly harder in those cases (although not relevant for this specific URL). > This may not be supported by all server applications so this would have to be > optional. Also true, but the specification allows for it and there are applications that make use of it (as illustrated). > > 2) The proxy records (and forwards) the request with encode enabled. > > It works fine for me; it records without encode. See my other comment with the attachment: when recording this specific request it is recorded with encode on. > Surely it's still a problem if encode is checked, because the : will be > encoded? I verified that manually, but WebGUI has no problems if only the colons are encoded (they are decoded when the parameters are retrieved in the application). All in all, I think the easiest would be to get the Proxy / HTTPSamplerBase to (optionally?) recognize the ; as an alternative to the & in the query part. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
