diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/WebJarsResourceResolver.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/WebJarsResourceResolver.java index 8d08bbd73b..395cad1f3e 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/WebJarsResourceResolver.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/resource/WebJarsResourceResolver.java @@ -45,7 +45,7 @@ import org.springframework.core.io.Resource; */ public class WebJarsResourceResolver extends AbstractResourceResolver { - private final static String WEBJARS_LOCATION = "META-INF/resources/webjars"; + private final static String WEBJARS_LOCATION = "META-INF/resources/webjars/"; private final static int WEBJARS_LOCATION_LENGTH = WEBJARS_LOCATION.length();