Re: Migrate SVN -> Git

2019-06-03 Thread Vladimir Sitnikov
sebb> but the other still applies, i.e. is sebb>Infra OK with dropping files during conversion? As per INFRA-18499: Chris>A documented note of the blob removal process (script) and Chris>a list of the removed objects should be sufficient if the project agrees that it is so. Hopefully it resolves

buildbot failure in on jmeter-nightly

2019-06-03 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-nightly while building . Full details are available at: https://ci.apache.org/builders/jmeter-nightly/builds/1362 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave7_ubuntu Build Reason: The Nightly scheduler na

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

2019-06-03 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"