Issue 477837
Created on 2001-11-03 18:31 by grubert, last changed 2001-11-04 03:06 by richard.
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.
|
|
Date |
User |
Action |
Args |
2001-11-03 18:31:06 | grubert | create | |
|