[Repoze-dev] [issue59] Store came_from and __logins param in cookie (to keep a clean url)

2009-02-13 Thread bruno
New submission from bruno binet.br...@gmail.com: My main concern was to keep a clean url, but param came_from and __logins available in the querystring prevent url from keeping a clean design. A proposed solution would be to store these data in a cookie rather than the query string. It would be

Re: [Repoze-dev] repoze.what.plugins.quickstart.FriendlyRedirectingFormPlugin

2009-02-13 Thread binet bruno
I've just opened a ticket : http://bugs.repoze.org/issue59 Cheers, Bruno 2009/2/12 Gustavo Narea m...@gustavonarea.net: Hi, Buino. On Wednesday February 11, 2009 10:31:12 binet bruno wrote: It will be also great if it was possible to choose using the __logins counter or no, so that we

[Repoze-dev] [issue60] repoze.who auth_tkt is broken when using string userid containing spaces

2009-02-13 Thread Raphael Slinckx
New submission from Raphael Slinckx r.slin...@whatever-company.com: If you look at line 132 in auth_tkt.py: ticket = auth_tkt.AuthTicket([...]) new_cookie_value = ticket.cookie_value() [...] return self._get_cookies(environ, new_cookie_value) The value of the cookie is computed using paste's