
|
If you were logged in you would be able to see more operations.
|
|
|
|
The XMLRPCServerProxy class swallows IOExceptions in the invokeMethod method by throwing an XMLRPCCallFailureException (which by design have no caused by Throwable). This prevents users from being able to distinguish between generic IOExceptions and, for example, FileNotFoundExceptions.
The submitted patch fixes this by permitting XMLRPCCallFailureExceptions to have caused by Throwables/Exceptions and using this new Constructor in the invokeMethod method of XMLRPCServerProxy.
|
|
Description
|
The XMLRPCServerProxy class swallows IOExceptions in the invokeMethod method by throwing an XMLRPCCallFailureException (which by design have no caused by Throwable). This prevents users from being able to distinguish between generic IOExceptions and, for example, FileNotFoundExceptions.
The submitted patch fixes this by permitting XMLRPCCallFailureExceptions to have caused by Throwables/Exceptions and using this new Constructor in the invokeMethod method of XMLRPCServerProxy. |
Show » |
|