Index: ResteasyNoResourceFoundView.java =================================================================== --- ResteasyNoResourceFoundView.java (revision 839) +++ ResteasyNoResourceFoundView.java (working copy) @@ -42,7 +42,7 @@ return null; } - }; + }.handle(new ResteasyRequestWrapper(request), response); } @SuppressWarnings("unchecked")