You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/09/09 04:00:43 UTC

DO NOT REPLY [Bug 23007] New: - HTTP Request Sampler should support variables in path field

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=23007>.
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=23007

HTTP Request Sampler should support variables in path field

           Summary: HTTP Request Sampler should support variables in path
                    field
           Product: JMeter
           Version: 1.9.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: geoffrey@4thpass.com


The HTTP Request Sampler should support variables in the path field.  This 
would allow for simple generation of dynamic URLs.  This solves certain 
problems which the current HTTP URL Re-Writing feature currently does not 
adequately address.

http://foo.com/38ds8dajsd/a.zip

could be dynamically generated by setting the path field to:

http://foo.com/${session_id}/a.zip