|
Description: |
See https://github.com/jetty/jetty.project/issues/12162
In short it goes against the Servlet spec.
What it means: * Disallowing %25 in page names and attachment names, using a default page naming strategy * Check if we have jobs using % in their ids and if so change their ids. Document a best practice to not use % in job id names. * Anything else? |
|