Original issue MVC_SPEC-15 created by Santiago Pericas-Geertsen:
JAX-RS provides exception mappers as extension points to handle exceptions and return appropriate responses. However, these mappers are global to the application and not associated with an individual controller (resource class). This architecture may not be sufficient for MVC apps.
Original issue MVC_SPEC-15 created by Santiago Pericas-Geertsen:
JAX-RS provides exception mappers as extension points to handle exceptions and return appropriate responses. However, these mappers are global to the application and not associated with an individual controller (resource class). This architecture may not be sufficient for MVC apps.