From 5feb7e26e8ae45030e075ec387e4c0cccc3b05ec Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Sat, 16 Apr 2005 21:59:55 +0000 Subject: Send a stripped down message in the text following 500, and leave the detailed response for the body, or we may generate invalid HTTP responses that causes 404's. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1172 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../lib/action_web_service/dispatcher/action_controller_dispatcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/lib/action_web_service') diff --git a/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb b/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb index a999be9b7c..38fc7e4410 100644 --- a/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb +++ b/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb @@ -95,7 +95,7 @@ module ActionWebService # :nodoc: message = "Exception raised" backtrace = "" end - render_text("Internal protocol error: #{message}#{backtrace}", "500 #{message}") + render_text("Internal protocol error: #{message}#{backtrace}", "500 Internal Protocol Error") end end -- cgit v1.2.3