DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22788

HTTPProxyServer inserts user-defined Variables instead of actual values

           Summary: HTTPProxyServer inserts user-defined Variables instead
                    of actual values
           Product: JMeter
           Version: 1.9.1
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


User-defined variables are being automatically inserted into recorded proxy 
requests when the value from the proxy matches a user-defined value.  For 
example, if I have a value of "8" the port "80" would be recorded as "${myVal}
0".

To reproduce:
1.  Start JMeter
2.  On Test Plan page, add new variable name="myVar" value="8"
3.  Add Thread Group to Test Plan
4.  Add Recording Controller to Thread Group
5.  Add HttpProxyServer to Workbench
6.  Start HttpProxyServer at port 8090
7.  Request http://jakarta.apache.org/jmeter through proxy
8.  Click on /jmeter/ under the Recording Controller
9.  Port number is ${myVar}0 instead of expected 80

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to