DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32654>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32654

           Summary: Detemining content type
           Product: Commons
           Version: 1.0.1 Final
          Platform: All
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P1
         Component: File Upload
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to