https://issues.apache.org/bugzilla/show_bug.cgi?id=52491
Bug #: 52491
Summary: Http Request POST: add a parameter without a name, but
has a value this then gets broken up when the test
runs and becomes part parameter name, part value and
the rest lost altogether
Product: JMeter
Version: 2.5.1
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28180
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28180
Screenshot of the HTTP request view on the View Results Tree
I'm trying to test Seam Remoting UI as part of my performance testing using
JMeter.
I can get to the page, I then click to return some data to the ui via seam
remoting and it seems the replay of the HTTP Request is broken, in the sense
when I click on the http request of the View Results tree and then look at the
Request in HTTP view the original request parameter value has been broken up
haphazardly into partly:
- parameter name:
<envelope><header><context><conversationId>234</conversationId></context></header><body><call
component
- value: "OrderTransfer" method
- and some lost altogether: ="getTemplateString" id="0">
<params></params><refs></refs></call></body></envelope>
original value:
<envelope><header><context><conversationId>234</conversationId></context></header><body><call
component="OrderTransfer" method="getTemplateString" id="0">
<params></params><refs></refs></call></body></envelope>
The Http Request is that generated directly by the JMetter recording tool using
the Http Proxy. I have soley replaced the viewstate and page id variables to
map what they should be (using variables that are all correctly set at
runtime). According to the JMeter component help documentation this is (having
a HTTP POST request parameter with blank name and a value) correct if we wish
to replace the request body with the above (envelope xml). At present the
request returns nothing (is not working) whereas on our real server (when not
proxy recording / test running) we get a response back for this request.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.