davidyyuan

Results 2 comments of davidyyuan

@im-scooter Hi, I'm facing the same issue with exception response change to HTTP 500 from 200 after upgrading to jsonrpc4j 1.5.2. It breaks my UI because it only checks for...

@im-scooter thanks. I took a different approach. What I did is to implement my own HttpStatusCodeProvider and register it to the JsonServiceExporter instead of relying on the DefaultHttpStatusCodeProvider. Here is...