Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-12 | DictAuthChecker.__call__ should take an environwsgitools-0.2.2 | Helmut Grohne | |
as this is tried by BasicAuthMiddleware first. | |||
2011-01-12 | bug fix for StaticContent and CachingMiddleware | Helmut Grohne | |
PEP333 says that the headers list passed to start_response may be modified by servers or middlewares. In fact this happens in DigestAuthMiddleware. The StaticContent and CachingMiddleware classes did not take this into account and returned the same headers list multiple times which is wrong and can lead to denial of service. | |||
2010-09-04 | added note about ContentLengthMiddleware's wsgi conformance | Helmut Grohne | |
2010-09-04 | CachingMiddleware: automatic cache pruning implemented | Helmut Grohne | |
2010-09-04 | middlewares.CachingMiddleware: include request method in key | Helmut Grohne | |
2010-08-31 | bugfix: io module from py2.6 provides incompatible StringIO | Helmut Grohne | |
2009-03-29 | quite some changes for py3 | Helmut Grohne | |
These changes introduce some compatibility code. They don't make wsgitools usable with Python 3.0, but they also don't break compatibility with Python 2.5. | |||
2009-02-27 | except binascii.Error instead of Exception in middlewares | Helmut Grohne | |
2008-10-14 | added epydoc markup to doc strings | Helmut Grohne | |
2008-09-22 | improve comments | Helmut Grohne | |
2008-09-10 | change BasicAuthMiddleware again | Helmut Grohne | |
2008-09-09 | made error page for BasicAuthMiddleware configurable | Helmut Grohne | |
2008-09-09 | update BasicAuthMiddleware docs to reflect api change | Helmut Grohne | |
2008-07-12 | fix some comments and epydocify them | Helmut Grohne | |
2008-07-12 | refactor middlewares.NoWriteCallableMiddleware | Helmut Grohne | |
2008-07-08 | add environ param to check_function in middlewares.BasicAuthMiddleware | Helmut Grohne | |
The check_function passed to the BasicAuthMiddleware constructur will now receive a third parameter environ to check against additional things. If the function does not take a third parameter the function will be called in the old manner thus maintaining backwards compatibility. | |||
2008-03-29 | fix middleware start_reponse to accept only two parameters | Helmut Grohne | |
2008-03-28 | fixed non-fatal bugs | Helmut Grohne | |
2008-03-27 | epydoc update | Helmut Grohne | |
2008-02-28 | refactored docstrings for epydoc | Helmut Grohne | |
2007-04-21 | added some assertions | Helmut Grohne | |
2007-04-21 | fixed NoWriteCallableMiddleware with exc_info ! | Helmut Grohne | |
2007-04-20 | added better support for HEAD | Helmut Grohne | |
2007-04-15 | added docstrings | Helmut Grohne | |
2007-04-15 | don't except: when knowing whats thrown | Helmut Grohne | |
2007-04-15 | TracebackMiddleware catches more exceptions | Helmut Grohne | |
2007-04-15 | fixed indenting with tabs | Helmut Grohne | |
2007-04-14 | added TracebackMiddleware | Helmut Grohne | |
2007-04-14 | initial tree | Helmut Grohne | |