Roundup Tracker - Issues

Issue 477837

classification
lynx does not like the cookie
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : grubert, richard
Priority: normal :

Created on 2001-11-03 18:31 by grubert, last changed 2001-11-04 03:06 by richard.

Messages
msg55 Author: [hidden] (grubert) Date: 2001-11-03 18:31
Accept invalid cookie path=/bar/ as a prefix of '/bar'? (n) 


cgi_client.py: line 600
path = '/'.join((self.env['SCRIPT_NAME'], self.env['INSTANCE_NAME'],
            ''))
!REMOVE____/^^ whatfore


(i hope you donot mind reporting anything)
msg56 Author: [hidden] (richard) Date: 2001-11-04 03:06
Logged In: YES 
user_id=6405

OK, I've removed it. I thought there needed to be a 
trailing '/' or it would match /path and /pathfoo, but as 
it turns out, this wasn't a correct assumption.

History
Date User Action Args
2001-11-03 18:31:06grubertcreate