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 2004/02/02 23:51:04 UTC

DO NOT REPLY [Bug 26621] New: - HTML LInk Parser adding extra characters after first get parameter

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

HTML LInk Parser adding extra characters after first get parameter

           Summary: HTML LInk Parser adding extra characters after first get
                    parameter
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: craigp@peace.com


I downloaded the latest build (02/02/04) and I am finding the characters
"%3F%3D0" are being added after the first get parameter. This has occurred in
each case I have used the Html Link Parser. An example below was taken from the
request data:

http://orinoco:12328/ReadingEntryMgr?command=addselect%3F%3D0&premnum=79962

Consequently this is causing issues for our servlet:

java.lang.Exception: unknown command: addselect?=0

The following is from my jmx file which covers the command and premnum
parameters shown above. 

<testelement name="" class="org.apache.jmeter.protocol.http.util.HTTPArgument">
<property name="HTTPArgument.always_encode"
propType="org.apache.jmeter.testelement.property.BooleanProperty"
xml:space="preserve">false</property>
<property name="HTTPArgument.use_equals"
propType="org.apache.jmeter.testelement.property.BooleanProperty"
xml:space="preserve">true</property>
<property name="Argument.value"
propType="org.apache.jmeter.testelement.property.StringProperty"
xml:space="preserve">addselect</property>
<property name="Argument.name"
propType="org.apache.jmeter.testelement.property.StringProperty"
xml:space="preserve">command</property>
<property name="Argument.metadata"
propType="org.apache.jmeter.testelement.property.StringProperty"
xml:space="preserve">=</property>
</testelement>
<testelement name="" class="org.apache.jmeter.protocol.http.util.HTTPArgument">
<property name="HTTPArgument.always_encode"
propType="org.apache.jmeter.testelement.property.BooleanProperty"
xml:space="preserve">false</property>
<property name="HTTPArgument.use_equals"
propType="org.apache.jmeter.testelement.property.BooleanProperty"
xml:space="preserve">true</property>
<property name="Argument.value"
propType="org.apache.jmeter.testelement.property.StringProperty"
xml:space="preserve">${premnum}</property>
<property name="Argument.name"
propType="org.apache.jmeter.testelement.property.StringProperty"
xml:space="preserve">premnum</property>
<property name="Argument.metadata"
propType="org.apache.jmeter.testelement.property.StringProperty"
xml:space="preserve">=</property>
</testelement>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org