You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/03/05 19:19:56 UTC

[jira] Created: (ODE-540) HttpUtils#isXml fails if charset specified in header

HttpUtils#isXml fails if charset specified in header
----------------------------------------------------

                 Key: ODE-540
                 URL: https://issues.apache.org/jira/browse/ODE-540
             Project: ODE
          Issue Type: Bug
    Affects Versions: 1.3.1, 2.0
            Reporter: Alexis Midon
            Assignee: Alexis Midon


HttpUtils#isXml does not handle properly  a Content-type header with a charset:
Content-Type: text/xml;charset=UTF-8

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


[jira] Resolved: (ODE-540) HttpUtils#isXml fails if charset specified in header

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon resolved ODE-540.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0
                   1.3.1

fixed in trunk and 1.X

> HttpUtils#isXml fails if charset specified in header
> ----------------------------------------------------
>
>                 Key: ODE-540
>                 URL: https://issues.apache.org/jira/browse/ODE-540
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.3.1, 2.0
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1, 2.0
>
>
> HttpUtils#isXml does not handle properly  a Content-type header with a charset:
> Content-Type: text/xml;charset=UTF-8

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


[jira] Closed: (ODE-540) HttpUtils#isXml fails if charset specified in header

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon closed ODE-540.
----------------------------


> HttpUtils#isXml fails if charset specified in header
> ----------------------------------------------------
>
>                 Key: ODE-540
>                 URL: https://issues.apache.org/jira/browse/ODE-540
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.3.1, 2.0
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1, 2.0
>
>
> HttpUtils#isXml does not handle properly  a Content-type header with a charset:
> Content-Type: text/xml;charset=UTF-8

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


[jira] Commented: (ODE-540) HttpUtils#isXml fails if charset specified in header

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679387#action_12679387 ] 

Alexis Midon commented on ODE-540:
----------------------------------

If you're using the REST Connector, note that this issue won't prevent a response to be processed as xml. The HTTP binding impl bases in decision (xml or not?) on the request-header Accept.

> HttpUtils#isXml fails if charset specified in header
> ----------------------------------------------------
>
>                 Key: ODE-540
>                 URL: https://issues.apache.org/jira/browse/ODE-540
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.3.1, 2.0
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>
> HttpUtils#isXml does not handle properly  a Content-type header with a charset:
> Content-Type: text/xml;charset=UTF-8

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