When handling urls of the syntax
jetty throws an IllegalArgumentException saying its not a valid hex value.
We tried to change the character encoding to UTF-16 but that still does not parse %. Is there a way to allow '%' to be parsed by getParameter or getParameterMap function in HttpPServletRequest interface?
Expected output for the getParameter("bar") = "%test%"