https://bz.apache.org/bugzilla/show_bug.cgi?id=57797

            Bug ID: 57797
           Summary: JMeter Save Operation Inserts Extra Elements in JMX
                    file
           Product: JMeter
           Version: 2.13
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

Found a strange issue today working with a JMter request the will POST a xlsx
file to a server under test.  Seems that when I have the GUI open and select my
request, and the Parameters Tab and save, I get a defferent .jmx file than if I
select the Body Data tab and save.  I'm not actually adding or modifying the
script at all, only the Tab I select before the save operation.  When I select
the Body Data tab for this request and save there are extra elements that are
added to the .jmx file:

 <boolProp name="HTTPArgument.always_encode">false</boolProp>
 <stringProp name="Argument.value"></stringProp>
 <stringProp name="Argument.metadata">=</stringProp>

These actually cause the request to fail as it no longer sends the file
contents to the server when POSTing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to