[racket] Print Cookie Path issue

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jul 1 22:14:29 EDT 2011

6 hours ago, Neil Van Dyke wrote:
> J G Cho wrote at 07/01/2011 03:27 PM:
> > Looking at net/cookie-unit.rkt, it's not obvious to me why "" are being printed.
> >   
> 
> Looks like "cookie-path", for one, can add the quotes (indirectly;
> ultimately in "convert-to-quoted").
> 
> Offhand, I could not tell you with certainty what the correct
> behavior should be in all cases.  I'm guessing that most likely this
> is a bug in the Racket library, but it could also be a quirk of
> interaction with the servers when the library is actually
> standards-compliant.

I think that I looked at this at one point in the past, and it wasn't
clear to me what the right thing is wrt both the standards, and actual
browsers.  If anyone has concrete knowledge about both, and
`net/cookie' is not the right thing, I'll be happy to fix it.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.