Issue Details (XML | Word | Printable)

Key: FILEUPLOAD-5
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Shishir
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons FileUpload

[fileupload] Determining content type

Created: 12/Dec/04 07:10 PM   Updated: 09/Mar/07 08:31 PM
Return to search
Component/s: None
Affects Version/s: 1.0 Final
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Operating System: Windows 2000
Platform: All

Bugzilla Id: 32654


 Description  « Hide
Some of the single signon softwares change the case of header keys. In order to
take care of one such case, where Content-type was changed to content-type and
hence request.getHeader(CONTENT_TYPE) fails since the CONTENT_TYPE=Content-type
whereas, the key in the header is content-type.

Can this be changed everywhere in the codebase to use request.getContentType()
instead of request.getHeader(CONTENT_TYPE)

  • Shishir


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Henri Yandell made changes - 16/May/06 09:49 AM
Field Original Value New Value
issue.field.bugzillaimportkey 32654 12341939
Henri Yandell made changes - 16/May/06 11:35 AM
Project Commons [ 12310458 ] Commons FileUpload [ 12310476 ]
Affects Version/s 1.0.1 Final [ 12311660 ]
Key COM-1787 FILEUPLOAD-5
Assignee Jakarta Commons Developers Mailing List [ commons-dev@jakarta.apache.org ]
Component/s FileUpload [ 12311116 ]
Henri Yandell made changes - 16/May/06 12:17 PM
Affects Version/s 1.0.1 Final [ 12311747 ]
Henri Yandell made changes - 09/Mar/07 08:31 PM
Status Resolved [ 5 ] Closed [ 6 ]