File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<mvc : annotation-driven />
28
28
29
+ <mvc : resources mapping =" /static/**" location =" /WEB-INF/static/*" />
30
+
29
31
<!-- see also src/ru/mystamps/web/SiteMap.java -->
30
32
<mvc : view-controller path =" /site/index.htm" view-name =" site/index" />
31
33
<mvc : view-controller path =" /site/maintenance.htm" view-name =" site/maintenance" />
Original file line number Diff line number Diff line change 7
7
<spring:url var="restorePasswordUrl" value="/password/restore.htm" />
8
8
<spring:url var="addStampsUrl" value="/stamps/add.htm" />
9
9
<spring:url var="addCountryUrl" value="/country/add.htm" />
10
- <spring:url var="mainCssUrl" value="/styles/main.css" />
11
- <spring:url var="errorCssUrl" value="/styles/error.css" />
10
+ <spring:url var="mainCssUrl" value="/static/ styles/main.css" />
11
+ <spring:url var="errorCssUrl" value="/static/ styles/error.css" />
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 21
21
22
22
<servlet-mapping >
23
23
<servlet-name >spring</servlet-name >
24
- <url-pattern >*.htm </url-pattern >
24
+ <url-pattern >/ </url-pattern >
25
25
</servlet-mapping >
26
26
27
27
<!-- see http://javatalks.ru/sutra67480.php#67480 -->
You can’t perform that action at this time.
0 commit comments