summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_cors.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-dencoder: Add missing rgw types to ceph-dencoder for accurate encode-dec...NitzanMordhai2023-09-071-0/+26
* rgw: build without "using namespace std"Kefu Chai2021-08-131-4/+4
* rgw: sanitize newlines in s3 CORSConfiguration's ExposeHeaderCasey Bodley2020-06-251-5/+6
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+2
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* dout: Use dout_contextAdam C. Emerson2016-12-221-2/+3
* rgw: do not abort when accept a CORS request with short originLiuYang2016-12-081-1/+2
* rgw: Set Access-Control-Allow-Origin to a Asterisk if allowed in a ruleWido den Hollander2016-04-191-0/+7
* rgw: Fix CORS allow-headers validationRobin H. Johnson2013-12-151-1/+34
* rgw: fix CORS rule checkYehuda Sadeh2013-09-051-0/+3
* rgw/rgw_cors.cc: fix inefficient usage of string::find()Danny Al-Gaaf2013-04-021-1/+3
* rgw/rgw_cors.cc: prefer prefix ++operator for iteratorDanny Al-Gaaf2013-04-021-6/+6
* rgw/rgw_cors.cc: use empty() instead of size() == 0Danny Al-Gaaf2013-04-021-1/+1
* rgw: cors, style fixes, other fixesYehuda Sadeh2013-04-011-28/+28
* rgw: with CORS supportBabu Shanmugam2013-04-011-0/+144