Vincent Massol
Vincent Massol
ok I think that `org.eclipse.jetty.ee8.webapp.WebAppContext` has been replaced by `org.eclipse.jetty.ee.WebAppClassLoading` between Jetty 12.0.5 and 12.0.12
@janbartel it seems my `jetty-web-ee8.xml` is not used for some reason in Jetty 12.0.12 (and it tries to load `jetty-web.xml` instead). It contains: ``` 1000000 2000 ``` I get: ```...
Thx @janbartel It works! Moving on to the next problem :)
All working now, thx again!
@nijel thanks for the answer. I noticed that there's a Tools menu so I was thinking about having such a tool for Admins, similar to the search/replace one. Would be...
Thanks a lot @joakime for your answer (and a fast one), much appreciated :) > The reason Servlet 6 rejects these sequences is that is causes bugs in Servlet land...
> Any chance you can look at the HttpConfiguration in use via a debugger? Seems you're right and it's not set (`DEFAULT` is used somehow): Now need to find why...
Works if I modify `jetty.xml` from `` to `UNSAFE`, so the issue is the passing of the property from our `xwiki.ini` file somehow.
How can I know if the `xwiki.ini` file located in `start.d` is used?
> How can I know if the xwiki.ini file located in start.d is used? I guess it's used since otherwise the `--module=xwiki` command wouldn't be used and the `xwiki.mod` wouldn't...