https://bz.apache.org/bugzilla/show_bug.cgi?id=62997
Bug ID: 62997
Summary: java.lang.IllegalArgumentException: URLDecoder:
Illegal hex characters in escape (%) pattern - For
input string: " "
Product: JMeter
Version: 4.0
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
I am getting this error while recording a web application and displaying "501
Method not implemented"
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in
escape (%) pattern - For input string: " "
at java.net.URLDecoder.decode(Unknown Source)
at
org.apache.jmeter.protocol.http.util.HTTPArgument.<init>(HTTPArgument.java:144)
at
org.apache.jmeter.protocol.http.util.HTTPArgument.<init>(HTTPArgument.java:182)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.addEncodedArgument(HTTPSamplerBase.java:609)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.parseArguments(HTTPSamplerBase.java:1137)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.setPath(HTTPSamplerBase.java:462)
at
org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator.computePath(DefaultSamplerCreator.java:319)
at
org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator.computeFromHeader(DefaultSamplerCreator.java:141)
at
org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator.populateSampler(DefaultSamplerCreator.java:107)
at
org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator.createAndPopulateSampler(AbstractSamplerCreator.java:155)
at
org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:222)java.lang.IllegalArgumentException:
URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "
"
at java.net.URLDecoder.decode(Unknown Source)
at
org.apache.jmeter.protocol.http.util.HTTPArgument.<init>(HTTPArgument.java:144)
at
org.apache.jmeter.protocol.http.util.HTTPArgument.<init>(HTTPArgument.java:182)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.addEncodedArgument(HTTPSamplerBase.java:609)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.parseArguments(HTTPSamplerBase.java:1137)
at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.setPath(HTTPSamplerBase.java:462)
at
org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator.computePath(DefaultSamplerCreator.java:319)
at
org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator.computeFromHeader(DefaultSamplerCreator.java:141)
at
org.apache.jmeter.protocol.http.proxy.DefaultSamplerCreator.populateSampler(DefaultSamplerCreator.java:107)
at
org.apache.jmeter.protocol.http.proxy.AbstractSamplerCreator.createAndPopulateSampler(AbstractSamplerCreator.java:155)
at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:222)
--
You are receiving this mail because:
You are the assignee for the bug.