Issue #2191 - JPMS Support.
Now server.mod patches the servlet.api JPMS module with jetty-schemas.jar. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
81d02893dc
commit
7e68ef1e17
|
@ -24,6 +24,9 @@ lib/jetty-io-${jetty.version}.jar
|
||||||
[xml]
|
[xml]
|
||||||
etc/jetty.xml
|
etc/jetty.xml
|
||||||
|
|
||||||
|
[jpms]
|
||||||
|
patch-module: servlet.api=lib/jetty-schemas-3.1.jar
|
||||||
|
|
||||||
[ini-template]
|
[ini-template]
|
||||||
### Common HTTP configuration
|
### Common HTTP configuration
|
||||||
## Scheme to use to build URIs for secure redirects
|
## Scheme to use to build URIs for secure redirects
|
||||||
|
|
Loading…
Reference in New Issue