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

           Summary: empty variables for a POST in the HTTP Request don't get
                    ignored
           Product: JMeter
           Version: 2.3.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Steps to reproduce:

Create a Thread Group, two HTTP Requests and a "View Results Tree"-Listener. In
the first Request use GET to request a page. Use a Regular Expression Extractor
to extract a value.

In the next HTTP Request use ${refName} in the Parameters field in in the name
column. In the value column instert ${FOOO} where FOOO has not been assigned.
Make this request a post.

Run the test and look at the post in the Listener.
The Post will contain ${FOOO} in clear text like in:

POST data:
myextracted_value=${FOOO}


On the ML I was told by sebb that this is probably a bug and empty variables in
the parameter section should be ignored.


thanks for your good work,


Tom


-- 
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]

Reply via email to