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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
