Project

General

Profile

Actions

Bug #2877

closed

rgw: ETag parsing in complete multipart upload should xml decode ETag

Added by Yehuda Sadeh over 11 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
argonaut
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Should be able to accept both:

<ETag>"7f3d275a68f8a61ca97c0fe8e8feb0fe"</ETag>

and

<ETag>&quot;7f3d275a68f8a61ca97c0fe8e8feb0fe&quot;</ETag>

Actions #1

Updated by Yehuda Sadeh over 11 years ago

  • Description updated (diff)
Actions #2

Updated by Yehuda Sadeh over 11 years ago

  • Target version set to Ceph - v0.51
Actions #3

Updated by Yehuda Sadeh over 11 years ago

There are two different issues here. The first one is that we don't remove the quotes when comparing the etags. The second is that the parser breaks when using xml escape sequences. This issue is about the first one, for the second one I opened bug #2879.

Actions #4

Updated by Yehuda Sadeh over 11 years ago

  • Status changed from New to Fix Under Review
Actions #5

Updated by Yehuda Sadeh over 11 years ago

  • Status changed from Fix Under Review to Resolved

Fixed, commit:3809e34448e47d7baa02d7a0f9240494aba0e337.

Actions

Also available in: Atom PDF