]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: relax date format check
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 14 Nov 2012 19:30:34 +0000 (11:30 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Wed, 14 Nov 2012 23:49:47 +0000 (15:49 -0800)
commitddb40dec6e8d930fd63a71ef1c98279d6472e3e4
tree9b63013606895fc6da4556f01708ca3af812570a
parente35e7e2bcb749e3ee00f1f93bc6b17bde8329414
rgw: relax date format check

Don't try to parse beyond the GMT or UTC. Some clients use
special date formatting. If we end up misparsing the date
it'll fail in the authorization, so don't need to be too
restrictive.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_common.cc