From 8694a79bb2d543a46867454b743c38ce85380e4e Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Thu, 28 Apr 2005 17:55:34 +0000 Subject: default to using UTF-8 as response encoding for SOAP if none is supplied, but if an encoding is supplied by caller, use that for the response instead (NAKAMURA Hiroshi) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1245 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/CHANGELOG') diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 9468d47488..277bdb4eaf 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -2,7 +2,7 @@ * Fix that generated WSDL was not using relative_url_root for base URI #1210 [Shugo Maeda] -* Use UTF-8 encoding for SOAP responses #1211 [Shugo Maeda] +* Use UTF-8 encoding by default for SOAP responses, but if an encoding is supplied by caller, use that for the response #1211 [Shugo Maeda, NAKAMURA Hiroshi] * If the WSDL was retrieved over HTTPS, use HTTPS URLs in the WSDL too -- cgit v1.2.3