これについて調べてみましたが、対処されていないようです。私のwebappにエラー処理ビットがある場合
<error-page>
<exception-type>javax.faces.ViewExpiredException</exception-type>
<location>/error.jsp</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/error/maur_error.jsp</location>
</error-page>
優先度はどのように決定されますか? 登場順?
編集: よくお読みください。2 つのエラー ページの定義があります。