diff options
Diffstat (limited to 'id/server/proxy')
-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> |