Possible wrong handling of cookies
Status: Inactive
Brought to you by:
bantik
I tried to use the "projectory" on my local web server
for testing. I have installed it to htdocs/projectory/
directory. So, the problem: due to the incorrect
handling of cookie, was not able to login. On the same
site I have bugzilla running in htdocs/bugzilla/, so,
my cookie is usually very hudge. But "projectory"
simply assumes, that cookie is defined only for it.
/(.*)/ regexp is very greedy :). So, to cut a long
story short, I have attached the fix - simply look at it.
Thanks & bye.
Logged In: YES
user_id=162168
There are no files attached to this bug... where is your
correction?
Logged In: YES
user_id=162168
look at correction for bug 934458, it may also solve this
one...
Logged In: YES
user_id=955212
Sorry, I've lost it :( I've forgotten to check a box when I
was posting a request.
But the idea is expressed in my comment is self-explanatory.
Try to define a more strict pattern for the cookie.