Revision 3042
Added by perry about 18 years ago
web.xml.combined | ||
---|---|---|
387 | 387 |
<taglib-location>/WEB-INF/tld/spring.tld</taglib-location> |
388 | 388 |
</taglib> |
389 | 389 |
|
390 |
<!-- |
|
390 | 391 |
<error-page> |
391 | 392 |
<exception-type>java.lang.Exception</exception-type> |
392 | 393 |
<location>/WEB-INF/pages/errors/Exception.jsp</location> |
... | ... | |
399 | 400 |
<exception-type>org.vfny.geoserver.global.ConfigurationException</exception-type> |
400 | 401 |
<location>/WEB-INF/pages/errors/Exception.jsp</location> |
401 | 402 |
</error-page> |
403 |
--> |
|
402 | 404 |
|
403 |
|
|
404 | 405 |
</web-app> |
Also available in: Unified diff
Remove geoserver error pages from web.xml and allow exceptions to pass through