You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/02/15 11:21:28 UTC

[Bug 62997] java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: " "

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

--- Comment #2 from Sanjay <sa...@india.nec.com> ---
Hi Ram Yelisetty,

It looks like your request content string contains escape character like '%'
and your request content string might be something like this "abc%  @de".

However, java.net.URLDecoder.decode("String") throws exception for such escape 
characters. So Please make sure your request content string does not contain
escape charecter(%).

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