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:
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.
verify on devel server with v3.8.11-1 and firefox & Chrome ------->pass verify steps are the same as the description.