New submission from Paul Johnston <paul....@gmail.com>:

To reproduce:
1) Create a simple app using repoze.who, with FormPlugin and AuthTktPlugin,
running on 127.0.0.1:8000
2) Using Opera, browse to the app and login with valid details
3) You will be redirected back to the login screen, despite the login being 
valid
Looking at the headers, Opera isn't sending the cookie. This is something to do
with the way AuthTktPlugin issues three set-cookie headers. If I recode it to
only generate the set-cookie header with no domain, the problem disappears.

----------
messages: 241
nosy: paj
priority: bug
status: unread
title: AuthTktPlugin fails with Opera, if non-standard port used

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue89>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to