You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Christian Amend (JIRA)" <ji...@apache.org> on 2014/11/06 17:26:35 UTC

[jira] [Closed] (OLINGO-469) Batch does not support firefox.

     [ https://issues.apache.org/jira/browse/OLINGO-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Amend closed OLINGO-469.
----------------------------------

Release Build

> Batch does not support firefox.
> -------------------------------
>
>                 Key: OLINGO-469
>                 URL: https://issues.apache.org/jira/browse/OLINGO-469
>             Project: Olingo
>          Issue Type: Bug
>    Affects Versions: V2 2.0.1
>            Reporter: Ian Quigley
>            Assignee: Christian Amend
>             Fix For: V2 2.0.1
>
>         Attachments: Olingo-469.diff
>
>
> Batch operations fail to get processed successfully if they have been invoked from firefox.  By default, firefox adds a charset attribute to the content-type when sending the batch request.  This is currently not handled in olingo.
>  
> For example, in firefox, the content-type in the request header is:
> multipart/mixed; charset=UTF-8;boundary=batch_14d1-b293-b99a
> The same request in chrome is as follows:
> multipart/mixed; boundary=batch_14d1-b293-b99a
> It looks like olingo is expecting the batch boundary to always begin after mime type and does not cater for other attributes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)