diff options
author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-17 00:47:57 +0000 |
---|---|---|
committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-17 00:47:57 +0000 |
commit | 01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde (patch) | |
tree | fa555756a2d2c573a08061a8e8cf90dea2353578 /pki/base/ca | |
parent | 69784296f92aef800646449809e0ee50eb82d00f (diff) | |
download | pki-01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde.tar.gz pki-01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde.tar.xz pki-01a5b1deb99d3d17dcc4f4c9c8299e1bb822afde.zip |
Bugzilla Bug #502908 - Current page not found handling is a Cat 2 finding with
the Tomcat STIG.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@617 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/ca')
-rw-r--r-- | pki/base/ca/shared/conf/web.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pki/base/ca/shared/conf/web.xml b/pki/base/ca/shared/conf/web.xml index edb523698..1033e4434 100644 --- a/pki/base/ca/shared/conf/web.xml +++ b/pki/base/ca/shared/conf/web.xml @@ -976,4 +976,9 @@ <welcome-file>index.jsp</welcome-file> </welcome-file-list> + <error-page> + <error-code>404</error-code> + <location>/404.html</location> + </error-page> + </web-app> |