Hello Martin!
With the system property 'org.eclipse.jetty.util.URI.charset' you can define
the charset Jetty will use.
System.setProperty("org.eclipse.jetty.util.URI.charset", "ISO-8859-1");But I still didn't have it working. I will have a look into the Jetty unit tests... Best, Christian
