Hey Alex, 2009/3/14 Alex <[email protected]>: > Hi, > Cookie now not work for me in v2.99. > May be becouse line > token = lexeme_d[+(alnum_p | ch_p('-') | chset_p("_.*$#|()"))] > changed to > token = lexeme_d[+(alnum_p | ch_p('-') | chset_p("_.*$#|()="))]
Good point. That indeed seems wrong, and I cannot recall why I added the assignment character. The problem with cookies is that nobody cares about the specification anymore ... Hopefully we can get rid of cookie parsing problems for once and for good in the next release. Regards, koen ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
