[jboss-jira] [JBoss JIRA] Updated: (JBREM-838) allow user to set content-type for http responses (part 2: ServletServerInvoker)

Ron Sigal (JIRA) jira-events at lists.jboss.org
Thu Nov 1 03:15:44 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBREM-838?page=all ]

Ron Sigal updated JBREM-838:
----------------------------

        Fix Version/s: 2.4.0.Beta1 (Pinto)
                           (was: 2.2.2.SP1)
    Affects Version/s: 2.2.2.SP2
                       2.4.0.Beta1 (Pinto)
                           (was: 2.2.2.GA)
          Description: 
This issue is a clone of  JBREM-653:

Currently the CoyoteInvoker.versionedWrite() method will set the content type of the http response by using WebUtil.getContentType(responseObject) to identify the content type based on the response object type being sent back to client.

Should allow this to be overriden by the user in the same way the response code/message can be (using the response map).

The same fix should be applied to org.jboss.remoting.transport.servlet.ServletServerInvoker.



  was:
Currently the CoyoteInvoker.versionedWrite() method will set the content type of the http response by using WebUtil.getContentType(responseObject) to identify the content type based on the response object type being sent back to client.

Should allow this to be overriden by the user in the same way the response code/message can be (using the response map).


> allow user to set content-type for http responses (part 2: ServletServerInvoker)
> --------------------------------------------------------------------------------
>
>                 Key: JBREM-838
>                 URL: http://jira.jboss.com/jira/browse/JBREM-838
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: transport
>    Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.SP2
>            Reporter: Tom  Elrod
>         Assigned To: Ron Sigal
>             Fix For: 2.4.0.Beta1 (Pinto)
>
>
> This issue is a clone of  JBREM-653:
> Currently the CoyoteInvoker.versionedWrite() method will set the content type of the http response by using WebUtil.getContentType(responseObject) to identify the content type based on the response object type being sent back to client.
> Should allow this to be overriden by the user in the same way the response code/message can be (using the response map).
> The same fix should be applied to org.jboss.remoting.transport.servlet.ServletServerInvoker.

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

        



More information about the jboss-jira mailing list