Add test scenario user-manual-http
authorFabian Keil <fk@fabiankeil.de>
Wed, 3 Feb 2021 10:36:51 +0000 (11:36 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 20 Mar 2024 11:38:39 +0000 (12:38 +0100)
Sponsored by: Privoxy project funds collected at SPI

tests/cts/user-manual-http/data/test1 [new file with mode: 0644]
tests/cts/user-manual-http/privoxy.conf [new file with mode: 0644]

diff --git a/tests/cts/user-manual-http/data/test1 b/tests/cts/user-manual-http/data/test1
new file mode 100644 (file)
index 0000000..ee986ba
--- /dev/null
@@ -0,0 +1,27 @@
+<testcase>
+<info>
+<keywords>
+HTTP
+HTTP GET
+</keywords>
+</info>
+
+<client>
+<server>
+none
+</server>
+<name>
+CGI request for the user manual while delivery has been disabled by specifying a http:// URL
+</name>
+<command>
+-s --write-out '%{stderr}%{response_code}\n' --head http://config.privoxy.org/user-manual/
+</command>
+</client>
+
+# It would be better to test more than just the status code
+<verify>
+<stderr>
+404
+</stderr>
+</verify>
+</testcase>
diff --git a/tests/cts/user-manual-http/privoxy.conf b/tests/cts/user-manual-http/privoxy.conf
new file mode 100644 (file)
index 0000000..e2d74e7
--- /dev/null
@@ -0,0 +1,18 @@
+listen-address 127.0.0.1:9119
+
+debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
+debug     2 # show each connection status
+debug     4 # show tagging-related messages
+debug     8 # show header parsing
+debug    32 # debug force feature
+debug    64 # debug regular expression filters
+debug   128 # debug redirects
+debug   256 # debug GIF de-animation
+debug   512 # Common Log Format
+debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
+debug  4096 # Startup banner and warnings.
+debug  8192 # Non-fatal errors
+
+templdir ../../../templates
+user-manual http://www.privoxy.org/user-manual/
+