Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-06-02 20:56:54 +0000
committerJoakim Erdfelt2014-06-02 20:56:54 +0000
commitd62f45dbd2c732d3ec205edfd3a8413dc64da401 (patch)
treec0ae971ff3a096b46772639f64c63fb22105d35f /jetty-server
parentb09e7d33e28a533ed737592ff128f227df8168a1 (diff)
downloadorg.eclipse.jetty.project-d62f45dbd2c732d3ec205edfd3a8413dc64da401.tar.gz
org.eclipse.jetty.project-d62f45dbd2c732d3ec205edfd3a8413dc64da401.tar.xz
org.eclipse.jetty.project-d62f45dbd2c732d3ec205edfd3a8413dc64da401.zip
436405 - ${jetty.base}/resources not on classpath with default configuration
+ Adding missing '/'
Diffstat (limited to 'jetty-server')
-rw-r--r--jetty-server/src/main/config/modules/resources.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-server/src/main/config/modules/resources.mod b/jetty-server/src/main/config/modules/resources.mod
index b3a4d2d74f..8647d81325 100644
--- a/jetty-server/src/main/config/modules/resources.mod
+++ b/jetty-server/src/main/config/modules/resources.mod
@@ -3,7 +3,7 @@
#
[lib]
-resources
+resources/
[files]
resources/

Back to the top