-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: robot-plugin
-
None
Getting this error for test cases that have '%' or '+' characters in them:
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "+U"
at java.net.URLDecoder.decode(Unknown Source)
at hudson.plugins.robot.model.RobotTestObject.urlDecode(RobotTestObject.java:102)
at hudson.plugins.robot.model.RobotSuiteResult.getDynamic(RobotSuiteResult.java:231)