OpenLayers OpenLayers

Changeset 5570

Show
Ignore:
Timestamp:
12/24/07 13:44:06 (1 year ago)
Author:
tschaub
Message:

Match XHR behavor at 2.5. The browser default content type is application/xml, so we set that as our default contentType option. Looks like there is no browser default for encoding, so we remove that. r=crschmidt (closes #1232)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Ajax.js

    r5567 r5570  
    249249            method:       'post', 
    250250            asynchronous: true, 
    251             contentType:  'application/x-www-form-urlencoded', 
    252             encoding:     'UTF-8', 
     251            contentType:  'application/xml', 
    253252            parameters:   '' 
    254253        };