Ian Quigley created OLINGO-469:
----------------------------------

             Summary: 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


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 handling 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)

Reply via email to