https://issues.apache.org/bugzilla/show_bug.cgi?id=47587





--- Comment #2 from Mark Rotteveel <m...@pluton.nl>  2009-07-28 23:54:17 PST ---
I see two problems in your comment:
1) The request should have two, not one, parameters:
func    add
class   WebGUI::Asset::Post::Thread

(note that WebGUI does support both '&' and ';' as parameter separators, but
uses ';' when generating pages in conformance to the relevant W3C
recommendations)

2) The proxy records (and forwards) the request with encode enabled.

Since recording as a single parameter with encode enabled, WebGUI receives only
1 parameter (the separator is encoded) and is unable to interpret the request
correctly. This prevents recording subsequent steps, since the wrong page is
returned.

If point 1 is fixed (recognizing ';' as a parameter-separator), point 2 is no
problem anymore.

I will add the detailed log, jmx (+ wireshark traces of proxied and unproxied
communication).

-- 
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: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to