Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] global error page not used for 404

I‘m using a global error page, but I still get Jetty’s 404 page.

<error-page>
        <location>/error</location>
</error-page>

I was expecting this to be used for anything (works as expected on exceptions).

BTW, it's 9.0.5


Back to the top