You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/12/12 12:57:44 UTC

DO NOT REPLY [Bug 32656] New: - Detemining content type

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=32656>.
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=32656

           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: commons-dev@jakarta.apache.org
        ReportedBy: sksingh@synapsistech.com


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org