[ 
https://issues.apache.org/jira/browse/CXF-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614387#action_12614387
 ] 

Daniel Kulp commented on CXF-1705:
----------------------------------

 
Tomcat 4.x isn't the only 2.3 servlet container.   Weblogic and Webspere 
versions only a couple years old (and still used all over the place in 
production) are 2.3.     Thus, it's not a BAD idea if it's just one api call.   
It reduces some headaches of servlet-api jar version missmatches and all other 
kinds of muck like that.


> Servlet 2.3 compliance
> ----------------------
>
>                 Key: CXF-1705
>                 URL: https://issues.apache.org/jira/browse/CXF-1705
>             Project: CXF
>          Issue Type: Improvement
>          Components: Transports
>    Affects Versions: 2.1.1
>            Reporter: Hani Suleiman
>             Fix For: 2.1.2
>
>         Attachments: cxf-1705.patch
>
>
> Currently there is one call to the servlet 2.4 API in ServletController. This 
> can be made 2.3 compatible by specifying the encoding in the 
> setContentType(...) call. Attached is a patch to fix this, and enable cxf to 
> run in any servlet 2.3 container.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to