Bug 1046283

Summary: [test plan][attachment]If a plan has a attachment of wihch the name contains comma, user can not open the attachment.
Product: [Other] TCMS Reporter: yangqiu <qiyang>
Component: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.8.5CC: cqi, junzhang, leiwang, ryang, vchen
Target Milestone: ---   
Target Release: 3.8.11   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
error page none

Description yangqiu 2013-12-24 10:43:16 UTC
Created attachment 841175 [details]
error page

Description of problem:
As ubject.

Version-Release number of selected component (if applicable):
3.8.6

How reproducible:
100%

Steps to Reproduce:
1.User enter plan detail page, then enter attachment tab.
2.Upload a file to the plan, of which the name contains comma, like: test,test.png
3.User click link on file name to open the file.

Actual results:
system go to error page: Duplicate headers received from server.

Expected results:
System can open the file normally.


Additional info:

Comment 1 Xu Lei 2014-09-02 02:54:44 UTC
It's a bug for Chrome to handle a file which name contains comma, there
    is a general way to fix it, use double quote around the filename when
    set the response header to make sure the filename will be handled in
    correct.

Comment 2 Tingting Zhao 2014-09-04 10:15:38 UTC
verify on devel server with v3.8.11-1 and firefox & Chrome ------->pass
verify steps are the same as the description.