chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Re: fatal bug in xml-rpc


From: Daishi Kato
Subject: Re: [Chicken-users] Re: fatal bug in xml-rpc
Date: Tue, 5 Dec 2006 09:13:48 +0900

Hi,

Unfortunately, something keeps me raise an error.

The following patch let the error go away.

--- xml-rpc-server-support.scm  (revision 2566)
+++ xml-rpc-server-support.scm  (working copy)
@@ -48,7 +48,7 @@
       (handle-exceptions ex
          (write-fault-response ex)
        (match data
-          [(or `(*TOP* (*PI* xml . _) (|methodCall| ,mname . ,params))
+          [(or `(*TOP* (*PI* xml "version=\"1.0\"
encoding=\"UTF-8\"") (|methodCall| ,mname . ,params))
               `(*TOP* (*PI* xml . _) (|methodCall| ,mname . ,params))
               `(*TOP* (|methodCall| ,mname . ,params)) )
           (match mname

Any idea?
Daishi

On 12/4/06, felix winkelmann <address@hidden> wrote:
On 12/4/06, Daishi Kato <address@hidden> wrote:
> Hi,
>
> One more issue needs to be fixed.
>
> The current version does not accept a request starting:
> <?xml version="1.0" encoding="UTF-8"?>
>
> This is used by Apache XML RPC 3.0.
>
> Daishi
>
> On 12/4/06, Daishi Kato <address@hidden> wrote:
> > Hi felix,
> >
> > A procedure registered by http:content-parser in xml-rpc-support.scm
> > does not return two values.
> >
> > I couldn't come up with an easy patch, so I'll leave it to you.
> >

Thanks for reporting this, Daishi. I have uploaded a new version (1.11),
please give it a try.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp





reply via email to

[Prev in Thread] Current Thread [Next in Thread]