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