DispatchServletResponse crashes when the mime-type is not known
---------------------------------------------------------------

                 Key: ADFFACES-217
                 URL: http://issues.apache.org/jira/browse/ADFFACES-217
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Archetype
         Environment: Server
            Reporter: Venkata Guddanti
            Priority: Trivial
         Attachments: trunk.patch

DispatchServletResponse does not check for contentTypeAndCharset being null in 
the setContentType. If a mime-type of a particular document is not set on the 
server, the contentTypeAndCharset can be null. This crashes the server. The fix 
is to check for null.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to