
| Key: |
FILEUPLOAD-83
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Nicholas Rahn
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Operating System: Linux
Platform: PC
Operating System: Linux
Platform: PC
|
|
|
This patch provides minor improvements to the parsing of the content-disposition
header in the getFileName and getFieldName methods of the FileUploadBase class.
It checks for a null header and does a case-insensitive check of the
content-disposition's type. Both methods now use this same process.
|
|
Description
|
This patch provides minor improvements to the parsing of the content-disposition
header in the getFileName and getFieldName methods of the FileUploadBase class.
It checks for a null header and does a case-insensitive check of the
content-disposition's type. Both methods now use this same process. |
Show » |
|
Minor changes in FileUploadBase