]> 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:51:36 +0000 (15:51 -0800)
commitce284552060fe662a65db086e4e87fcfc3bcef7d
treebbee3e95173f7c128a3eb1d51b8985d79324610f
parent7926ef53935313501d4a7fe0e587f3e3b00b313c
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