diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-04-28 17:55:34 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-04-28 17:55:34 +0000 |
commit | 8694a79bb2d543a46867454b743c38ce85380e4e (patch) | |
tree | b6bd7b711773f0305b9368521ebb20821d696143 /actionwebservice/CHANGELOG | |
parent | 896fea505b67f6dd842a58c72bcd919c593d925a (diff) | |
download | rails-8694a79bb2d543a46867454b743c38ce85380e4e.tar.gz rails-8694a79bb2d543a46867454b743c38ce85380e4e.tar.bz2 rails-8694a79bb2d543a46867454b743c38ce85380e4e.zip |
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
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
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 |