[Cosmo-dev] Re: [commits-sandbox] [sandbox] (travis) [1260] Because
spring's InternalResourceViewResolver returns control to the
RequestDispatcher to find JSPs,
Brian Moseley
bcm at osafoundation.org
Thu Nov 2 10:43:07 PST 2006
On 11/2/06, svncheckin at osafoundation.org <svncheckin at osafoundation.org> wrote:
> + <error-page>
> + <error-code>404</error-code>
> + <location>/WEB-INF/jsp/error/notfound.jsp</location>
> + </error-page>
> +
> + <error-page>
> + <error-code>404</error-code>
> + <location>/WEB-INF/jsp/error/forbidden.jsp</location>
> + </error-page>
-1. this causes problems for dav when returning certain error statuses
for request methods that tomcat doesn't know about. i'll explain the
problem further in person, but the gist is that we can't configure
error pages in this way.
More information about the cosmo-dev
mailing list