New submission from thefunny42 <sylv...@infrae.com>:

In middeleware.py, class PluggableAuthenticationMiddleware, method __call__, on 
line 
105, the code consume the application iterator, and doesn't call the method 
'close' on 
it when it is done. Please note that the wrap_generator function need to be 
fixed as well 
to support the close on the application iterator.

PEP link: http://www.python.org/dev/peps/pep-0333/#middleware-components-that-
play-both-sides

----------
messages: 473
nosy: thefunny42
priority: bug
status: unread
title: repoze.who 2.0a3 doesn't respect the WSGI PEP

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

Reply via email to