Hide Forgot
Created attachment 833443 [details] IOError page Description of problem: As subject. Version-Release number of selected component (if applicable): 3.8.5 How reproducible: 100% Steps to Reproduce: 1. Add a long name file, the length of file name is 255 characters. 2. Add a file, the file name includes special characters. Actual results: For step 1: System go to IOError page. For step 2: The uploaded file name is not the same as the loal file. Expected results: System can add attachment to plan correctly. Additional info:
(In reply to yangqiu from comment #0) > Created attachment 833443 [details] > IOError page > > Description of problem: > As subject. > > Version-Release number of selected component (if applicable): > 3.8.5 > > How reproducible: > 100% > > Steps to Reproduce: > 1. Add a long name file, the length of file name is 255 characters. > 2. Add a file, the file name includes special characters. > what special characters used in test? > Actual results: > For step 1: System go to IOError page. > For step 2: The uploaded file name is not the same as the loal file. > > Expected results: > System can add attachment to plan correctly. > > Additional info:
> what special characters used in test? The file name like: ~!@#$%^&*()_+{}|:"<>?[]\;',.1234567890 After uploading, the file name became: ;',.1234567890
Created attachment 834624 [details] special characters