OpenLayers OpenLayers

Ticket #1146: ajax-patch

File ajax-patch, 476 bytes (added by cph, 1 year ago)

patch for Ajax.js

Line 
1 Index: Ajax.js
2 ===================================================================
3 --- Ajax.js (revision XXXX )
4 +++ Ajax.js (working copy)
5 @@ -244,7 +244,7 @@
6       */
7      responseIsSuccess: function() {
8          return this.transport.status == undefined ||
9 -               this.transport.status == 0 ||
10 +               this.transport.status == 0 || this.transport.status == 1223 ||
11                 (this.transport.status >= 200 && this.transport.status < 300);
12      },
13