Re: [webkit-dev] Can someone give insight on this error?

2008-09-10 Thread Mark Pauley
For what it's worth, this is a known issue with CFNetwork, essentially a status code translation changed unexpectedly. No need to file another bug on the 302 errors :) On Sep 10, 2008, at 12:43 PM, Mark Rowe wrote: > > On Sep 10, 2008, at 12:32 PM, Ryan McGrath wrote: > >> I was doing some wo

Re: [webkit-dev] How to set a cookie for a url ?

2008-08-18 Thread Mark Pauley
I think the problem here is with your expires= value. The output format of 'date' is also a good reference. We currently support the following formats for date strings: ascii time, RFC1123 and RFC2616. Please feel free to file a bug if there is another widely supported date format that we

Re: [webkit-dev] Desperate for webkit help

2008-04-16 Thread Mark Pauley
The bug is in the php tool, not in webkit. From the RFC (rfc1341 http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html) : boundary := 0*69 bcharsnospace bchars := bcharsnospace / " " bcharsnospace :=DIGIT / ALPHA / "'" / "(" / ")" / "+" / "_" / "," / "-" / "." / "/" / ":"