https://issues.apache.org/bugzilla/show_bug.cgi?id=52519

             Bug #: 52519
           Summary: XMLSchemaAssertion uses JMeter JVM file.encoding
                    instead of response encoding
           Product: JMeter
           Version: 2.5.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Created attachment 28203
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28203
Test Plan

Using attached test plan that contains :
sample.jsp that returns XML:

<%@ page  contentType="text/xml; charset=UTF-8" %><?xml version="1.0"?>
<person>
<name>
alok ranjan é @
</name>
</person>


JMeter converts data to:
<?xml version="1.0"?>
<person>
<name>
alok ranjan é @
</name>
</person>

corrupting the é.

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

Reply via email to