diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2011-01-24 13:51:25 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2011-01-24 13:51:25 +0000 |
commit | 9419526705fcc60555a686c3c91bc45d06efe739 (patch) | |
tree | 36d0d978edb2c82db87eed3275cca79beeb5b80a /id/server/proxy/src/main | |
parent | e3e957865676e8d4fe5893fa43e9a23fa33824ab (diff) | |
download | moa-id-spss-9419526705fcc60555a686c3c91bc45d06efe739.tar.gz moa-id-spss-9419526705fcc60555a686c3c91bc45d06efe739.tar.bz2 moa-id-spss-9419526705fcc60555a686c3c91bc45d06efe739.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1194 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/proxy/src/main')
-rw-r--r-- | id/server/proxy/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/proxy/src/main/webapp/WEB-INF/web.xml b/id/server/proxy/src/main/webapp/WEB-INF/web.xml index b11606fe0..57926f207 100644 --- a/id/server/proxy/src/main/webapp/WEB-INF/web.xml +++ b/id/server/proxy/src/main/webapp/WEB-INF/web.xml @@ -58,7 +58,7 @@ </session-config> <error-page> <error-code>500</error-code> - <location>/errorpage.jsp</location> + <location>/errorpage-proxy.jsp</location> </error-page> <security-constraint> <web-resource-collection> |