File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
spring-webmvc/src/main/java/org/springframework/web/servlet/resource Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -133,13 +133,15 @@ public UrlPathHelper getUrlPathHelper() {
133
133
134
134
135
135
@ Override
136
+ @ Nullable
136
137
protected Resource resolveResourceInternal (@ Nullable HttpServletRequest request , String requestPath ,
137
138
List <? extends Resource > locations , ResourceResolverChain chain ) {
138
139
139
140
return getResource (requestPath , request , locations );
140
141
}
141
142
142
143
@ Override
144
+ @ Nullable
143
145
protected String resolveUrlPathInternal (String resourcePath , List <? extends Resource > locations ,
144
146
ResourceResolverChain chain ) {
145
147
You can’t perform that action at this time.
0 commit comments