From da76459dc21b5af2449af2d36eb95226cb186ce2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:35:11 +0200 Subject: Adding upstream version 2.6.12. Signed-off-by: Daniel Baumann --- reg-tests/http-errorfiles/errors/400-1.http | 9 +++++++++ reg-tests/http-errorfiles/errors/400-2.http | 9 +++++++++ reg-tests/http-errorfiles/errors/400-3.http | 9 +++++++++ reg-tests/http-errorfiles/errors/400.http | 9 +++++++++ reg-tests/http-errorfiles/errors/403-1.http | 9 +++++++++ reg-tests/http-errorfiles/errors/403-2.http | 9 +++++++++ reg-tests/http-errorfiles/errors/403.http | 9 +++++++++ reg-tests/http-errorfiles/errors/404-1.http | 9 +++++++++ reg-tests/http-errorfiles/errors/404-2.http | 9 +++++++++ reg-tests/http-errorfiles/errors/404-3.http | 9 +++++++++ reg-tests/http-errorfiles/errors/404.http | 9 +++++++++ reg-tests/http-errorfiles/errors/500-1.http | 9 +++++++++ reg-tests/http-errorfiles/errors/500.http | 9 +++++++++ reg-tests/http-errorfiles/errors/lf-403.txt | 1 + 14 files changed, 118 insertions(+) create mode 100644 reg-tests/http-errorfiles/errors/400-1.http create mode 100644 reg-tests/http-errorfiles/errors/400-2.http create mode 100644 reg-tests/http-errorfiles/errors/400-3.http create mode 100644 reg-tests/http-errorfiles/errors/400.http create mode 100644 reg-tests/http-errorfiles/errors/403-1.http create mode 100644 reg-tests/http-errorfiles/errors/403-2.http create mode 100644 reg-tests/http-errorfiles/errors/403.http create mode 100644 reg-tests/http-errorfiles/errors/404-1.http create mode 100644 reg-tests/http-errorfiles/errors/404-2.http create mode 100644 reg-tests/http-errorfiles/errors/404-3.http create mode 100644 reg-tests/http-errorfiles/errors/404.http create mode 100644 reg-tests/http-errorfiles/errors/500-1.http create mode 100644 reg-tests/http-errorfiles/errors/500.http create mode 100644 reg-tests/http-errorfiles/errors/lf-403.txt (limited to 'reg-tests/http-errorfiles/errors') diff --git a/reg-tests/http-errorfiles/errors/400-1.http b/reg-tests/http-errorfiles/errors/400-1.http new file mode 100644 index 0000000..86a2e69 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/400-1.http @@ -0,0 +1,9 @@ +HTTP/1.1 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-1 + +

400 Bad request

+Your browser sent an invalid request. + diff --git a/reg-tests/http-errorfiles/errors/400-2.http b/reg-tests/http-errorfiles/errors/400-2.http new file mode 100644 index 0000000..c108510 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/400-2.http @@ -0,0 +1,9 @@ +HTTP/1.1 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-2 + +

400 Bad request

+Your browser sent an invalid request. + diff --git a/reg-tests/http-errorfiles/errors/400-3.http b/reg-tests/http-errorfiles/errors/400-3.http new file mode 100644 index 0000000..1fe1841 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/400-3.http @@ -0,0 +1,9 @@ +HTTP/1.1 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-3 + +

400 Bad request

+Your browser sent an invalid request. + diff --git a/reg-tests/http-errorfiles/errors/400.http b/reg-tests/http-errorfiles/errors/400.http new file mode 100644 index 0000000..ce229aa --- /dev/null +++ b/reg-tests/http-errorfiles/errors/400.http @@ -0,0 +1,9 @@ +HTTP/1.1 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: default + +

400 Bad request

+Your browser sent an invalid request. + diff --git a/reg-tests/http-errorfiles/errors/403-1.http b/reg-tests/http-errorfiles/errors/403-1.http new file mode 100644 index 0000000..08bdf02 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/403-1.http @@ -0,0 +1,9 @@ +HTTP/1.0 403 Forbidden +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-1 + +

403 Forbidden

+Request forbidden by administrative rules. + diff --git a/reg-tests/http-errorfiles/errors/403-2.http b/reg-tests/http-errorfiles/errors/403-2.http new file mode 100644 index 0000000..9c07e5d --- /dev/null +++ b/reg-tests/http-errorfiles/errors/403-2.http @@ -0,0 +1,9 @@ +HTTP/1.0 403 Forbidden +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-2 + +

403 Forbidden

+Request forbidden by administrative rules. + diff --git a/reg-tests/http-errorfiles/errors/403.http b/reg-tests/http-errorfiles/errors/403.http new file mode 100644 index 0000000..fd969b2 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/403.http @@ -0,0 +1,9 @@ +HTTP/1.0 403 Forbidden +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: default + +

403 Forbidden

+Request forbidden by administrative rules. + diff --git a/reg-tests/http-errorfiles/errors/404-1.http b/reg-tests/http-errorfiles/errors/404-1.http new file mode 100644 index 0000000..154ed0b --- /dev/null +++ b/reg-tests/http-errorfiles/errors/404-1.http @@ -0,0 +1,9 @@ +HTTP/1.1 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-1 + +

404 Not Found

+The resource could not be found. + diff --git a/reg-tests/http-errorfiles/errors/404-2.http b/reg-tests/http-errorfiles/errors/404-2.http new file mode 100644 index 0000000..e26f91d --- /dev/null +++ b/reg-tests/http-errorfiles/errors/404-2.http @@ -0,0 +1,9 @@ +HTTP/1.1 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-2 + +

404 Not Found

+The resource could not be found. + diff --git a/reg-tests/http-errorfiles/errors/404-3.http b/reg-tests/http-errorfiles/errors/404-3.http new file mode 100644 index 0000000..4bc1661 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/404-3.http @@ -0,0 +1,9 @@ +HTTP/1.1 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-3 + +

404 Not Found

+The resource could not be found. + diff --git a/reg-tests/http-errorfiles/errors/404.http b/reg-tests/http-errorfiles/errors/404.http new file mode 100644 index 0000000..8dacd95 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/404.http @@ -0,0 +1,9 @@ +HTTP/1.1 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: default + +

404 Not Found

+The resource could not be found. + diff --git a/reg-tests/http-errorfiles/errors/500-1.http b/reg-tests/http-errorfiles/errors/500-1.http new file mode 100644 index 0000000..4e4f7e4 --- /dev/null +++ b/reg-tests/http-errorfiles/errors/500-1.http @@ -0,0 +1,9 @@ +HTTP/1.0 500 Internal Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: errors-1 + +

500 Internal Server Error

+An internal server error occurred. + diff --git a/reg-tests/http-errorfiles/errors/500.http b/reg-tests/http-errorfiles/errors/500.http new file mode 100644 index 0000000..68a31ff --- /dev/null +++ b/reg-tests/http-errorfiles/errors/500.http @@ -0,0 +1,9 @@ +HTTP/1.0 500 Internal Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html +x-err-type: default + +

500 Internal Server Error

+An internal server error occurred. + diff --git a/reg-tests/http-errorfiles/errors/lf-403.txt b/reg-tests/http-errorfiles/errors/lf-403.txt new file mode 100644 index 0000000..3a3c3aa --- /dev/null +++ b/reg-tests/http-errorfiles/errors/lf-403.txt @@ -0,0 +1 @@ +The path "%[path]" is forbidden -- cgit v1.2.3