jetty.project/jetty-home
Simone Bordet 0d0790834d
Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core. (#8718)
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>
2022-10-18 00:00:34 +02:00
..
src/main Fix jaas demos (#8689) 2022-10-12 09:33:14 +11:00
pom.xml Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core. (#8718) 2022-10-18 00:00:34 +02:00
testing-with-local-deploy.md Fixing typo 2020-09-30 08:45:29 -05:00