chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] http-client and set-cookie


From: Daishi Kato
Subject: Re: [Chicken-users] http-client and set-cookie
Date: Sun, 16 Jan 2011 11:29:16 +0900
User-agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI)

At Thu, 13 Jan 2011 21:19:08 +0100,
Peter Bex wrote:
> > It gives me:
> > Error: bad argument type - not a structure of the required type
> > (/ "xxxxxxx" "")
> > URI-common
> > 
> > It seems like it fails in path-match? in process-set-cookie!.
> 
> I think I see what you mean. I don't have any URL that responds in
> a way that triggers the bug for me, though :(
> 
> > I'm not totally sure, but could it be something like this?
> 
> Have you tested this patch?  Does it work for you?

No, because I didn't look into the code in detail.

> It seems wrong to me, since the set-cookie-parser parses path components
> into relative references (ie, uri-common objects).
> 
> Could you test this patch instead?

It worked. Thanks so much.

So, (get-param 'path c) actually returns a uri-common object. I see.

Best,
Daishi



reply via email to

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