File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-web/src/main/java/org/springframework/web/util Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
public abstract class ServletRequestPathUtils {
40
40
41
41
/** Name of Servlet request attribute that holds the parsed {@link RequestPath}. */
42
- public static final String PATH_ATTRIBUTE = ServletRequestPathUtils .class .getName () + ".path " ;
42
+ public static final String PATH_ATTRIBUTE = ServletRequestPathUtils .class .getName () + ".PATH " ;
43
43
44
44
45
45
/**
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ public class UrlPathHelper {
58
58
* {@link #getLookupPathForRequest resolved} lookupPath.
59
59
* @since 5.3
60
60
*/
61
- public static final String PATH_ATTRIBUTE = UrlPathHelper .class .getName () + ".path " ;
61
+ public static final String PATH_ATTRIBUTE = UrlPathHelper .class .getName () + ".PATH " ;
62
62
63
- private static boolean isServlet4Present =
63
+ private static final boolean isServlet4Present =
64
64
ClassUtils .isPresent ("javax.servlet.http.HttpServletMapping" ,
65
65
UrlPathHelper .class .getClassLoader ());
66
66
You can’t perform that action at this time.
0 commit comments