We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4b448 commit 1be82ddCopy full SHA for 1be82dd
core/src/main/java/org/restheart/Bootstrapper.java
@@ -849,7 +849,7 @@ private static void plugStaticResourcesHandlers(final Configuration conf) {
849
850
if (sr.embedded()) {
851
if (sr.what() == null || sr.what().startsWith("/")) {
852
- LOGGER.error("Cannot bind embedded static resources {}. parameter 'where'"
+ LOGGER.error("Cannot bind embedded static resources {}. parameter 'what'"
853
+ "cannot start with /. the path is relative to the jar root dir"
854
+ " or classpath directory", sr);
855
return;
0 commit comments