aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/headers.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-141-1/+6
|
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+18
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-18/+0
| | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
* Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-171-0/+2
| | | | properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
* Fixes #7881. Setting contentType to false will prevent the Content-Type ↵jaubourg2011-01-091-7/+3
| | | | header from being sent. Unit test added.
* Clean trailing whitespace from all files.Colin Snover2010-12-301-6/+6
|
* Simplified headers tests: removed multiline headers (support is far too ↵jaubourg2010-12-111-3/+18
| | | | servers & browsers dependant) and made all the tests in a single request.
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵jaubourg2010-12-091-0/+5
found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.