Hi, Would like to discuss the following: CXF Rest service implementation processes javax.ws.rs (NotFoaundException, BadRequestException) exceptions correctly. But if these exception are thrown form exception mapper, client always receive InternalServerError exception.
Is this behaviour specified by JAX-RS? I find convenient in some cases just to re-throw javax.ws.rs exceptions from mapper and not build Response manually. WDYT? Regards, Andrei.
