chkal / mvc-spec-migration-test

0 stars 0 forks source link

Exception Mapping in MVC #15

Closed chkal closed 9 years ago

chkal commented 9 years ago

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.

chkal commented 9 years ago

Comment by Santiago Pericas-Geertsen:

JAX-RS exception mappers are supported. For validation errors see MVC_SPEC-22.