Open
Description
ResourceException cannot be serialized even so it implements the Serializable interface.
Caused by: java.io.NotSerializableException: org.restlet.Request
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1175) ~[?:?]
Please mark the non-serializable internal attributes (status, request, and message) as transient so that the error message and stack trace can be serialized (and, for example, passed over the network).