src/main/webapp/WEB-INF/web.xml

changeset 45
cc7f082c5ef3
parent 29
27a0fdd7bca7
child 49
d9c24f0ab8f7
     1.1 --- a/src/main/webapp/WEB-INF/web.xml	Wed May 13 18:55:05 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/web.xml	Wed May 13 21:10:23 2020 +0200
     1.3 @@ -11,14 +11,14 @@
     1.4      </context-param>
     1.5      <error-page>
     1.6          <error-code>404</error-code>
     1.7 -        <location>/error/404</location>
     1.8 +        <location>/error/404.html</location>
     1.9      </error-page>
    1.10      <error-page>
    1.11          <error-code>403</error-code>
    1.12 -        <location>/error/403</location>
    1.13 +        <location>/error/403.html</location>
    1.14      </error-page>
    1.15      <error-page>
    1.16          <error-code>500</error-code>
    1.17 -        <location>/error/500</location>
    1.18 +        <location>/error/500.html</location>
    1.19      </error-page>
    1.20  </web-app>

mercurial