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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41984

           Summary: HTML Link Parser
           Product: JMeter
           Version: 2.2.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I am trying to use HTML Link Parser to get a form parameter from the previous
page to be submitted as current request, the prev page has a something like:
<form action="/getsearchresultpage" method="post"
name="_Search_WAR_searchportlet_INSTANCE_F2vp_searchViewForm">
<input type="hidden" name="JUMP_REMORESESSIONID"
value="60F831DEEFBFFE356195C50FCF93C0CF"/>
.....
</form>

and in the new sample Http request (with Http Link Parser), I have send request
with Parameter of:
name: JUMP_REMORESESSIONID value .*

however, if this is the only request parameter or it is only with couple other
fixed request parameters, it worked, but if the same request has more than 5
other hard coded request parameters, the JUMP_REMORESESSIONID won't get the vale
of 60F831DEEFBFFE356195C50FCF93C0CF from prev response, instead, it will just
submit .* as the value.

Thanks,
yzj

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to