A zip is now also available under
http://www.activemath.org/~ilo/revisions/xmlrpc/
I am not too sure if this can influence the garbled text which seems to
come from the header. Did you try debugging things so as to see when
this bit has come (before or after header end ?). As of http rules, a
header is supposed to end with a double end of line, however it might be
possible (really ?) that such double end-of-lines come in a header in a
client identification in some foreign encoding.
My patch does not touch the encoding while reading the headers. It would
probably be relatively mild to extend though using the content-encoding
header. Are you receiving such a header ??
Paul
On Mercredi, mars 6, 2002, at 03:32 , Lin, Yaxiong wrote:
> Paul:
>
> Is this (encoding) something can be specified as a system property?
> Also, is it possible that you can make zip file available?
>
> Do you know if this would solve my problem of xmlrpc client sending
> some
> garbled text in the header to my xmlrpc server (webserver app) on NT, as
> below:
>
>
> ++Gp@a@+pp+a�K=�S���`-����z@-�?���@t++`+++@�K=�+���z@+==��)=�z�=�=�+������`
> p
> ���z
> @���a����+������`+�����z@�����<?xml version="1.0"
> encoding="ISO-8859-1"?><metho
>
> dCall><methodName>mars.runMARSCommand</methodName><params><param><value>get_
> stat
> istics(|text|)</value></param></params></methodCall>
>
> Thanks.
>
> - Yaxiong