Re: [Resteasy-users] Handling Server 500 Errors

2011-10-11 Thread Bill Burke
Check out the doco. You should be able to catch any exception with a handler and write your own output. On 10/5/11 9:58 AM, James Carr wrote: > When something causes a server 500 error we’d like to just return a 500 > error code and an empty body (rather than the default 500 page served up > by

[Resteasy-users] Handling Server 500 Errors

2011-10-05 Thread James Carr
When something causes a server 500 error we'd like to just return a 500 error code and an empty body (rather than the default 500 page served up by the server). Is there an easy way to accomplish this? Thanks, James