0d0790834d
Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core. Moved TryFilesFilter in ee9 to TryPathsHandler in core. Update Jetty modules to properly setup the class-path in case of proxy usage. Fixes Surefire configuration to run the tests. The problem is that fcgi-proxy depends on fcgi-client, so both will be put on the module-path. However, fcgi-server is used for the tests, it is in the class-path, but depends on fcgi-client that is on the module-path. Therefore, when a fcgi-server class tries to access a fcgi-client class, JPMS throws because the fcgi-client module does not export to the unnamed module. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> |
||
---|---|---|
.. | ||
src/main | ||
pom.xml | ||
testing-with-local-deploy.md |