etherpad-lite/tests/backend/specs/api
Ray Bellis fc661ee13a core: allow URL parameters and POST bodies to co-exist.
Node 8.14.0 prohibits HTTP headers that exceed 8 KB (source:
https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/#denial-of-service-with-large-http-headers-cve-2018-12121).

This patch allows for the parameters within the body of an HTTP POST request to
be used in addition to those within the URL (and will override them).

Closes #3568.

---
Muxator 2019-10-19:
- this commit was cherry-picked from 882b93487f
- it was modified to include the necessary changes in the documentation
2019-06-27 00:52:53 +02:00
..
chat.js use settings for backend tests 2015-06-29 11:00:00 +01:00
pad.js core: allow URL parameters and POST bodies to co-exist. 2019-06-27 00:52:53 +02:00
sessionsAndGroups.js Fix useless comparison in sussonsAndGroups test. 2016-05-05 11:50:39 +01:00
tidy.js TidyHtml.js: convert to promises 2019-01-31 13:42:41 +00:00