Skip to content

Commit

Permalink
Use jakarta faces exception-type
Browse files Browse the repository at this point in the history
  • Loading branch information
copierrj committed Jun 7, 2024
1 parent 6a613f2 commit 59c778d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<!-- end -->

<error-page>
<exception-type>javax.faces.application.ViewExpiredException</exception-type>
<exception-type>jakarta.faces.application.ViewExpiredException</exception-type>
<location>/index.jsf</location>
</error-page>

Expand Down

0 comments on commit 59c778d

Please sign in to comment.