From b14e5d8334ac5c46d69c1eee4fcb2f3a73da3e6a Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Mon, 28 Mar 2005 06:55:30 +0000 Subject: don't hide exceptions when we fail to parse XML-RPC messages. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1031 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionwebservice/lib/action_web_service/protocol') diff --git a/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb b/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb index f3e4a23b4b..37ef16c12f 100644 --- a/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb +++ b/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb @@ -16,8 +16,6 @@ module ActionWebService # :nodoc: params = params.map{|x| @marshaler.unmarshal(x)} service_name = ap_request.parameters['action'] Request.new(self, method_name, params, service_name) - rescue - nil end def protocol_client(api, protocol_name, endpoint_uri, options) -- cgit v1.2.3