Uploaded image for project: 'Commons FileUpload'
  1. Commons FileUpload
  2. FILEUPLOAD-5

[fileupload] Determining content type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0 Final
    • None
    • None
    • Operating System: Windows 2000
      Platform: All

    • 32654

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            sksingh@synapsistech.com Shishir
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: