summaryrefslogtreecommitdiffstats
path: root/keystone/common/wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add support for API message localization"Jenkins2013-08-181-11/+26
|\
| * Add support for API message localizationBrant Knudson2013-08-141-11/+26
* | Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-15/+4
|/
* Merge "Remove kwargs from manager calls where not needed."Jenkins2013-08-021-2/+1
|\
| * Remove kwargs from manager calls where not needed.Morgan Fainberg2013-08-011-2/+1
* | Use keystone.wsgi.Request for RequestClassBrant Knudson2013-07-291-1/+1
* | Implement exception module i18n supportjiataotj2013-07-261-1/+1
|/
* Implement Token Binding.Jamie Lennox2013-07-171-4/+60
* wsgi.BaseApplication and wsgi.Router factories should use **kwargsAlvaro Lopez Garcia2013-07-091-11/+11
* Work without admin_token_auth middlewareBrant Knudson2013-07-031-0/+2
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-3/+3
* wsgi.Middleware factory should use **kwargsAlvaro Lopez Garcia2013-06-201-1/+1
* Allow request headers access in app context.Chmouel Boudjnah2013-06-101-1/+2
* consistent i18n placeholders (flake8 H701, H702, H703)Dolph Mathews2013-05-231-2/+3
* Consolidate eventlet codeBrant Knudson2013-05-211-83/+0
* A minor refactor in wsgi.pygengjh2013-05-091-28/+28
* Merge "Replace password to "***" in the debug message"Jenkins2013-05-091-13/+44
|\
| * Replace password to "***" in the debug messagegengjh2013-04-161-13/+44
* | Fixed logging usage instead of LOGAlvaro Lopez Garcia2013-04-161-4/+4
|/
* Merge "catch errors in wsgi.Middleware."Jenkins2013-04-091-5/+15
|\
| * catch errors in wsgi.Middleware.Chmouel Boudjnah2013-02-221-5/+15
* | Wrap config module and require manual setup (bug 1143998)Dolph Mathews2013-03-201-1/+1
* | Catch and log server exceptionsBen Nemec2013-03-121-2/+6
* | return 201 Created on POST request (bug1131119)Gordon Chung2013-03-071-1/+12
* | bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-261-1/+1
* | v3 token APIGuang Yee2013-02-201-7/+8
|/
* Merge "Silence routes internal debug logging"Jenkins2013-02-181-0/+7
|\
| * Silence routes internal debug loggingDolph Mathews2013-02-041-0/+7
* | Merge "Relational API links"Jenkins2013-02-091-0/+1
|\ \
| * | Relational API linksDolph Mathews2013-02-071-0/+1
| |/
* / return 400 Bad Request if invalid params supplied (bug1061738)Gordon Chung2013-02-071-0/+3
|/
* Enhance wsgi to listen on ipv6 addressDavanum Srinivas2013-01-151-5/+18
* Test for content-type appropriate 404 (bug 1089987)Dolph Mathews2012-12-141-1/+1
* Bug 1075090 -- Fixing log messages in python source code to support internati...Nachiappan VR N2012-12-041-3/+3
* Expose auth failure details in debug modeDolph Mathews2012-11-201-2/+2
* Implements REMOTE_USER authentication support.boden2012-10-311-0/+4
* Move 'opentack.context' and 'openstack.params' definitions to keystone.common...Alvaro Lopez Garcia2012-10-291-2/+9
* Fix Not Found error, when router not match.long-wang2012-10-151-1/+2
* LOG.warn all exception.Unauthorized authentication failuresIonuț Arțăriși2012-09-031-0/+4
* Removed stray print statement (bug 1038131)Dolph Mathews2012-08-171-3/+0
* Webob needs body to calc Content-Length (bug 1016171)Dolph Mathews2012-07-131-10/+15
* Move monkey patch to keystone-all startup.Adam Young2012-07-051-1/+0
* Keystone should use openstack.common.jsonutilsZhongyue Luo2012-06-281-2/+2
* Merge "Monkey patching 'thread'."Jenkins2012-06-201-1/+1
|\
| * Monkey patching 'thread'.Rafael Durán Castañeda2012-06-191-1/+1
* | Reorder imports by full module pathZhongyue Luo2012-06-201-1/+1
|/
* PEP8 fixesDolph Mathews2012-06-181-5/+5
* blueprint 2-way-sslLiem Nguyen2012-05-241-4/+25
* Wrapped unexpected exceptions (bug 955411)Dolph Mathews2012-03-201-0/+3
* Merge "Refactor keystone.common.logging use (bug 948224)"Jenkins2012-03-201-17/+20
|\