summaryrefslogtreecommitdiff
path: root/oslo_middleware/tests/test_cors.py
Commit message (Expand)AuthorAgeFilesLines
* Remove method set_latentChangBo Guo(gcb)2017-08-211-132/+0
* Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'howardlee2016-11-011-3/+3
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-231-118/+119
* Added set_defaults method to oslo_middleware.corsMichael Krotscheck2016-05-041-0/+88
* cors: prevent WebOb setting a default Content-TypeJulien Danjou2016-03-141-14/+32
* CORS Middleware now honors upstream Vary headerMichael Krotscheck2016-03-091-2/+33
* CORS tests now use a transient configurationMichael Krotscheck2016-02-261-113/+111
* assertIsNone(val) instead of assertEqual(None,val)Javeme2015-12-211-1/+1
* Move cors allowed_origin check into add_origin3.0.0Dan Prince2015-11-211-0/+10
* Switched StrOpt to ListOpt in CORS allowed_originsMichael Krotscheck2015-11-161-14/+55
* Enable latent CORS configuration via pastedeployMichael Krotscheck2015-11-161-0/+23
* Merge "cors: fix wildcard in actual request"Jenkins2015-09-101-0/+13
|\
| * cors: fix wildcard in actual requestJulien Danjou2015-09-071-0/+13
* | cors: fix filter with oslo_config_project is setMehdi Abaakouk2015-09-021-0/+4
|/
* Fix remarks missed on #2098172.7.0Mehdi Abaakouk2015-08-211-2/+1
* Added new test for CORS Simple Headers2.6.1Michael Krotscheck2015-08-201-0/+35
* Added latent properties to CORS middleware.Michael Krotscheck2015-08-121-0/+110
* Allow to get option from paste-deployMehdi Abaakouk2015-08-071-5/+5
* Remove usage of oslo.config globalMehdi Abaakouk2015-08-071-0/+3
* Support PasteDeployMichael Krotscheck2015-06-301-0/+36
* CORS Middleware defers to server response.2.2.0Michael Krotscheck2015-06-221-42/+113
* Added CORS wildcard handling1.3.0Michael Krotscheck2015-05-261-50/+240
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-111-2/+2
* Update CORS tests to use config fixture's load_raw_valuesMichael Krotscheck2015-04-281-41/+31
* Add CORS Middleware for Oslo.Michael Krotscheck2015-04-081-0/+711