On Mon, Mar 16, 2009 at 04:35:59PM +0100, Koen Deforche wrote:
> > 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.

Hopefully because I keep getting :

Could not parse 'Cookie:
dbx-postmeta=grabit:0+|1-|2-|3-|4-|5-|6-&advancedstuff:0-|1-|2-;
pbr_next_event=-1', stopped at
: ':0+|1-|2-|3-|4-|5-|6-&advancedstuff:0-|1-|2-; pbr_next_event=-1'

warnings in my log. Unfortunatly I need to get the cookie to work for
lifting arguments from links that users that are not currently logged
into facebook click on. The way to get the login is to redirect to a
facebooklogin page and let that one redirect back to you afterwards.

Since we are in a new session at that point cookies seem the way to
go...

cu bart

------------------------------------------------------------------------------
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

Reply via email to