On Wed, Oct 20, 2004 at 08:18:20PM +0800, Russell J. Wood wrote:
Hello Dilldoers =b
Would the said bug be because the Set-Cookie entity sent from advogato.org is not RFC compliant?
Here is what I received:
Set-Cookie: id=<data>; path=/; Expires=Thursday, 20-Oct-2005 11:57:18 GMT
I'm under the impression the Expires attribute is meant to be as:
Wdy, DD-MM-YYYY HH:MM:SS GMT
Therefore, because the Weekday isn't in an abbreviated form it is being discarded?
The patch was just commited to CVS! Please test this site and tell us how it works. Hey!, don't forget to check no other dillo instance is holding a lock on the cookie file (run only one to be sure, or check it says "Enabling cookies as from cookiesrc..."). Kelson, Jörgen: This patch also deals with the four formats and other things: * Removed a CPU-hog on 302 redirections with cookies. * Made 302 redirections non-cacheable (incomplete). * Implemented a new scheme for detecting redirection loops. * Fixed cookies to accept four legacy old-date formats for "Expires". So for the mosquitos page (problem with CPU-hog and rejected cookie), it works for me now. http://mosquito.wordpress.org/view_all_bug_page.php Just set: .wordpress.org ACCEPT in cookiesrc ("mosquito.wordpress.org ACCEPT" may also work). Note that when cookies are not allowed from there, a redirection loop is detected! Urbi et Orbi: please test this CVS with any HTTP redirection pages that you can find (not meta refresh). The plan is to make this 0.8.3-rc3 on Friday and to release by Wednesday. Sebastian: I planning to remove the patch for anchors from rc3, that is, unless you consider it safe enough to include it at this stage. -- Cheers Jorge.-