Patches item #559261, was opened at 2002-05-22 19:26
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=559261&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 1
Submitted By: Oleg Noga (oleg_noga)
Assigned to: Geoff Talvola (gtalvola)
Summary: encoding support for XMLRPCServlet

Initial Comment:
XMLRPCServlet uses default encoding to generate xml-
rpc response

I'll make it to response XML with the same encoding as 
a request encoding is


----------------------------------------------------------------------

>Comment By: Oleg Noga (oleg_noga)
Date: 2002-10-22 18:19

Message:
Logged In: YES 
user_id=551440

NOTE: 
-----------------------------
XMLRPCServlet_encoding_support_patch is no more relevant. 
Sorry, I can't remove it. Please, download 
XMLRPCServlet_patch_2 instead.

Detailed description:
-----------------------------
XMLRPCServlet generates XML with default xmlrpclib 
encoding (UTF-8), even when request was with another 
encoding. So remote methods can accept any localized 
strings, but can't return strings that don't match UTF-8 
encoding. 
The purpose of patch is:
1. To make XMLRPCServlet to generate response XML with 
localized encoding. XMLRPCServlet gets encoding from 
request and generates response with the same encoding. If 
request was with default encoding, response will have default 
encoding too.
2. To fix response content type. Content type changed 
to "text/xml" (was "text/html"). Some http xml clients are 
sensitive to this header.


----------------------------------------------------------------------

Comment By: Geoff Talvola (gtalvola)
Date: 2002-10-21 21:52

Message:
Logged In: YES 
user_id=88162

I can't download the patch.

Oleg, could you resubmit the patch file and make sure it 
can be downloaded successfully?

Also, could you explain the purpose of the patch?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=559261&group_id=4866


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to