Ezio Melotti <ezio.melo...@gmail.com> added the comment:

If you e.g. click on the logout link, you get redirected to 
http://bugs.python.org/?@action=logout.  IIUC you get an error because if e.g. 
you try to login again, the same url is used as target by the login form (<form 
method="post" action="#">) so the server receives an action via POST (<input 
type="hidden" name="@action" value="Login" />) plus the old one via GET 
(@action=logout in the URL).  I had this problem while switching between users, 
and the workaround was to go to homepage (e.g. bugs.python.org) after the 
logout in order to avoid having extra "action" in the URL when I was logging in 
again.
If we change the target to use only the name of the page, we should be able to 
solve the problem, but we will lose the ability to get back to the exact page 
we were visiting after a login (that shouldn't be a big problem though).
Note that the problem also affects the "show issue" form and possibly other 
forms.

----------
nosy: +ezio.melotti
priority: urgent -> bug
status: unread -> chatting

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue448>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to