You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,41 @@ The Spring Framework has a built-in integration for using Spring MVC with JSP an
9
9
10
10
When developing with JSPs, you typically declare an `InternalResourceViewResolver` bean.
11
11
12
-
`InternalResourceViewResolver` can be used for dispatching to any Servlet resource but in
13
-
particular for JSPs. As a best practice, we strongly encourage placing your JSP files in
14
-
a directory under the `'WEB-INF'` directory so there can be no direct access by clients.
12
+
`InternalResourceViewResolver` can be used for dispatching to any Servlet resource but in particular for JSPs.
13
+
As a best practice, we strongly encourage placing your JSP files in a directory under the `WEB-INF` directory so there can be no direct access by clients.
0 commit comments