buildbot success in on jmeter-trunk

2019-06-02 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/4388 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sc

Re: svn commit: r1860515 - /jmeter/trunk/build.xml

2019-06-02 Thread Philippe Mouawad
Hi Felix, That what I thought looking at see: https://ci.apache.org/builders/jmeter-trunk/builds/4386/steps/shell_3/logs/stdio https://ci.apache.org/builders/jmeter-trunk/builds/4387/steps/shell_3/logs/stdio Am I missing something ? Regards On Sun, Jun 2, 2019 at 2:04 PM Felix Schumacher < felix

RE: Build error "unmappable character encoding for Japanese characters"

2019-06-02 Thread Sanjay Chaurasia
Dear Felix, Thank you for your response. > [java] 1) >testWithFix(org.apache.jmeter.protocol.http.util.TestHTTPArgument) > [java] org.junit.ComparisonFailure: arg.getValue() should be equal to > 初期値大阪市 expected:<初期[値大阪市]> but was:<初期[ l大阪 s]> > [java] at org.junit.Assert.ass

Is different encoding/decoding required for the name attribute of input tag of HTML page?

2019-06-02 Thread Sanjay Chaurasia
Hi team, I have a HTML page having input tag with attributes name="search" and value="<%= search %>. [cid:image001.jpg@01D519FF.5BEB9BA0] Although for value attribute we are doing the encoding/decoding for all the different encodings (UTF-8, Shift_JIS etc.). But we just want to confirm that w

Is different encoding/decoding required for the name attribute of input tag of HTML page?

2019-06-02 Thread Sanjay Chaurasia
Hi team, I have a HTML page having input tag with attributes name="search" and value="<%= search %>. Please find below code snippet of HTML page. [<%@ page contentType="text/html; charset=Windows-31J" pageEncoding="UTF-8" %> <%String search = "??";if (request.getParameter("search"