Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
Operating System: Linux
Platform: PC
-
34497
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.