~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/rgw/rgw_swift_auth.cc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-27 08:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120827082321-2cfej6ddvk63vsqq
Tags: upstream-0.48.1
ImportĀ upstreamĀ versionĀ 0.48.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
    buf_to_hex((const unsigned char *)bl.c_str(), bl.length(), buf);
214
214
 
215
215
    CGI_PRINTF(s, "X-Storage-Token: AUTH_rgwtk%s\n", buf);
 
216
    CGI_PRINTF(s, "X-Auth-Token: AUTH_rgwtk%s\n", buf);
216
217
  }
217
218
 
218
219
  ret = STATUS_NO_CONTENT;