summaryrefslogtreecommitdiff
path: root/swift/common/middleware/catch_errors.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Content-Length enforcement fixups"Zuul2018-06-291-5/+5
|\
| * Content-Length enforcement fixupsTim Burke2018-06-281-5/+5
* | Merge "Enforce Content-Length in catch_errors"Zuul2018-06-281-1/+67
|\ \ | |/
| * Enforce Content-Length in catch_errorsSamuel Merritt2018-06-181-1/+67
* | py3: port catch_errorsSamuel Merritt2018-06-211-1/+1
|/
* Mirror X-Trans-Id to X-Openstack-Request-Idkaren chan2016-10-301-0/+2
* Let users add their own txid suffixesSamuel Merritt2014-05-161-1/+6
* add bare except to catch errorsJohn Dickinson2013-11-261-3/+2
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* fix swift i18nClay Gerrard2013-09-091-1/+1
* Use Python 3.x compatible except constructDirk Mueller2013-09-071-1/+1
* Removed unnecessary monkeypatching of __builtin__Alex Gaynor2013-07-271-0/+1
* Enhance log msg to report referer and user-agentPeter Portante2013-05-131-2/+2
* Included time inside trans_idgholt2013-04-291-3/+2
* Adding a new optional variable called trans_id_suffixMarcelo Martins2013-04-101-3/+7
* change catch_errors to use WSGIContextJohn Dickinson2012-11-151-17/+33
* local WSGI Request and Response classesMichael Barton2012-09-281-2/+1
* updated copyright date for all filesJohn Dickinson2012-03-191-1/+1
* Updated TimeoutError and except Exception refs...gholt2011-11-071-1/+2
* Fixing bug with x-trans-id. Will now be set on all incoming requests to prox...David Goetz2011-10-131-5/+8
* fixed error with setting the tx trans_id prefixJohn Dickinson2011-05-121-2/+2
* moved transaction id to catch errors middlewareJohn Dickinson2011-05-091-1/+12
* slightly more consistant stats process log namesClay Gerrard2011-02-101-5/+1
* logging: use routes to separate logging configurationsgholt2011-02-021-1/+1
* reworked tnx loggingClay Gerrard2011-01-071-1/+5
|\
| * this is to make gholt happy; well less unhappyClay Gerrard2011-01-051-4/+4
| * fixed missing NamedLogger import in bin/swift-bench, refactoredClay Gerrard2011-01-041-1/+5
* | Changed copyright notices on py files and the single rst file with a copyrigh...Anne Gentle2011-01-041-1/+1
|/
* i18n finishupMichael Barton2010-12-221-2/+0
* gettext updatesMichael Barton2010-12-201-1/+3
* pep8John Dickinson2010-11-031-1/+1
* added middleware to catch errorsJohn Dickinson2010-10-291-0/+48