resteasy « Filter « JSP-Servlet Q&A





1. RestEasy hides mapped exception from my servlet filter    stackoverflow.com

  • I'm using the RestEasy servlet for the incoming request.
  • I have a servlet filter that creates an EntityManger with transaction.
The problem:
  • I have a RestEasy ExceptionMapper for a Hibernate validation exception.
  • When a ...