Bump for-privoxy-version to 3.0.18 due to the recently added +fast-redirects{} tests
[privoxy.git] / regression-tests.action
1 #############################################################################
2 # $Id: regression-tests.action,v 1.38 2011/10/30 16:21:19 fabiankeil Exp $
3 #############################################################################
4 #
5 # This is a configuration file for Privoxy-Regression-Test
6 # (included in the source tarball's tools directory).
7 #
8 # After referencing it in your Privoxy configuration both Privoxy and
9 # Privoxy-Regression-Test should be good to go.
10 #
11 #############################################################################
12 #
13 # Copyright (c) 2007-2011 Fabian Keil <fk@fabiankeil.de>
14 #
15 # Permission to use, copy, modify, and distribute this software for any
16 # purpose with or without fee is hereby granted, provided that the above
17 # copyright notice and this permission notice appear in all copies.
18 #
19 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
20 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
22 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
24 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
25 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26 #
27 #############################################################################
28
29 # While the syntax used is understood by Privoxy 3.0.14 and later,
30 # some of the +fast-redirects{} tests require at least 3.0.18 to work.
31 {{settings}}
32 for-privoxy-version=3.0.18
33
34 # Some dependencies Privoxy-Regression-Test should know about:
35 #
36 # Level  9 needs = config line user-manual\s+(\.?\.?/|[A-Za-z]:)
37 # Level 12 needs = config line enable-edit-actions\s+1
38 # Level 13 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes
39 # Level 13 needs = config line keep-alive-timeout\s+[1-9]+
40 # Level 14 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE No
41 # Level 15 needs = config line connection-sharing\s+0
42 # Level 16 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes
43 # Level 16 needs = config line connection-sharing\s+1
44 # Level 17 needs = feature status FEATURE_PTHREAD Yes
45 # Level 18 needs = feature status FEATURE_GRACEFUL_TERMINATION No
46 # Level 19 needs = feature status FEATURE_GRACEFUL_TERMINATION Yes
47
48 #######################################################
49 # Enable taggers to activate the tests on demand
50 # and suppress hiding the User-Agent for
51 # Privoxy-Regression-Test to save log space.
52 #######################################################
53 {\
54  +client-header-tagger{user-agent} \
55  +client-header-tagger{privoxy-control} \
56  +client-header-filter{privoxy-control} \
57 }
58 config.privoxy.org/
59 p.p/
60 127.0.0.1/
61
62 {-hide-user-agent}
63 TAG:^User-Agent: Privoxy-Regression-Test
64
65 #######################################################
66 # Test accept-language{}.
67 #######################################################
68
69 # Set Header    = Accept-Language: de-de
70 # Expect Header = Accept-Language: en-gb
71 {+hide-accept-language{en-gb}}
72 TAG:^hide-accept-language\{en-gb\}$
73
74 # Set Header    = Accept-Language: de-de
75 # Expect Header = REMOVAL
76 {+hide-accept-language{block}}
77 TAG:^hide-accept-language\{block\}$
78
79 #######################################################
80 # Sections for hide-referrer{} to test:
81 #
82 # 1) conditional-block
83 # 2) conditional-forge
84 # 3) forge
85 # 4) block
86 # 5) a parameter that looks like a valid fake referrer
87 # 6) a parameter that looks like an invalid fake referrer
88 #######################################################
89
90 # Set Header    = Referer: http://www.example.org/foo
91 # Expect Header = REMOVAL
92 #
93 # Set Header    = Referer: http://p.p/foo
94 # Expect Header = NO CHANGE
95 #
96 # Set Header    = Referer: p.p/
97 # Expect Header = REMOVAL
98 #
99 # Set Header    = Referer: p
100 # Expect Header = REMOVAL
101 #
102 # Set Header    = Referer: http://
103 # Expect Header = REMOVAL
104 #
105 # Set Header    = Referer: https://p.p/
106 # Expect Header = REMOVAL
107 {+hide-referrer{conditional-block}}
108 TAG:^hide-referrer\{conditional-block\}$
109
110 # Set Header    = Referer: http://www.example.org/foo
111 # Expect Header = Referer: http://p.p/
112 #
113 # Set Header    = Referer: http://p.p/foo
114 # Expect Header = NO CHANGE
115 #
116 # Set Header    = Referer: p.p/
117 # Expect Header = Referer: http://p.p/
118 #
119 # Set Header    = Referer: p
120 # Expect Header = Referer: http://p.p/
121 #
122 # Set Header    = Referer: http://
123 # Expect Header = Referer: http://p.p/
124 #
125 # Set Header    = Referer: https://p.p/
126 # Expect Header = Referer: http://p.p/
127 {+hide-referrer{conditional-forge}}
128 TAG:^hide-referrer\{conditional-forge\}$
129
130 # Set Header    = Referer: http://www.example.org/foo
131 # Expect Header = Referer: http://p.p/
132 {+hide-referrer{forge}}
133 TAG:^hide-referrer\{forge\}$
134
135 # Set Header    = Referer: http://www.example.org/foo
136 # Expect Header = REMOVAL
137 {+hide-referrer{block}}
138 TAG:^hide-referrer\{block\}$
139
140 # Set Header    = Referer: http://www.example.org/foo
141 # Expect Header = Referer: invalid
142 {+hide-referrer{invalid}}
143 TAG:^hide-referrer\{invalid\}$
144
145 # Set Header    = Referer: http://www.example.org/asdf
146 # Expect Header = Referer: http://www.privoxy.org/
147 {+hide-referrer{http://www.privoxy.org/}}
148 TAG:^hide-referrer\{http://www.privoxy.org/\}$
149
150 #{+hide-referrer{}}
151 #TAG:^hide-referrer\{\}$
152
153 #######################################################
154 # Test hide-user-agent{}.
155 #######################################################
156
157 # Set Header    = User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; de-CH; rv:1.8.1.6) Gecko/20070806 Firefox/2.0.0.6
158 # Expect Header = User-Agent: Mozilla/5.0 (X11; U; FreeBSD alpha; en-GB; rv:1.8.1.6) Gecko/20070913 Firefox/2.0.0.6
159 {+hide-user-agent{Mozilla/5.0 (X11; U; FreeBSD alpha; en-GB; rv:1.8.1.6) Gecko/20070913 Firefox/2.0.0.6}}
160 TAG:^hide-user-agent\{Mozilla/5\.0 \(X11; U; FreeBSD alpha; en-GB; rv:1\.8\.1\.6\) Gecko/20070913 Firefox/2\.0\.0\.6\}$
161
162 # XXX: Check the code that is tested here.
163 # Set Header = ua-blah: blah
164 # Expect Header = REMOVAL
165 {+hide-user-agent{block}}
166 TAG:^hide-user-agent{block}$
167
168 # Set Header = ua-blah: blah
169 # Expect Header = NO CHANGE
170 {-hide-user-agent{}}
171 TAG:^-hide-user-agent{block}$
172
173
174 #######################################################
175 # Test add-header{}.
176 #######################################################
177
178 # Set Header    = X-Whatever: foo
179 # Expect Header = X-Custom-Header: yes, please
180
181 {+add-header{X-Custom-Header: yes, please}}
182 TAG:^add-header\{X-Custom-Header: yes, please\}$
183
184 #######################################################
185 # Test client-header-filter{hide-tor-exit-notation}.
186 #######################################################
187
188 # Set Header    = Referer: http://p.p.zwiebelsuppe.exit/
189 # Expect Header = Referer: http://p.p/
190 #
191 # Set Header    = Referer: http://p.p.zwiebelsuppe.exit/foo/bar/baaz/
192 # Expect Header = Referer: http://p.p/foo/bar/baaz/
193 #
194 # Set Header    = Referer: http://p.p/
195 # Expect Header = NO CHANGE
196 #
197 # Set Header    = Referer: http://config.privoxy.org.zwiebelsuppe.exit/foo/bar/baaz.html
198 # Expect Header = Referer: http://config.privoxy.org/foo/bar/baaz.html
199 #
200 # Set Header    = Host: p.p.zwiebelsuppe.exit
201 # Expect Header = Host: p.p
202 #
203 # Set Header    = Host: p.p
204 # Expect Header = NO CHANGE
205 #
206 # Set Header    = Referer: http://config.privoxy.org.ad356ef8e87a89e6c898b74500d58607ac691178.exit/foo/baaz.html
207 # Expect Header = Referer: http://config.privoxy.org/foo/baaz.html
208
209 {+client-header-filter{hide-tor-exit-notation} -hide-referer}
210 TAG:^client-header-filter\{hide-tor-exit-notation\}$
211
212 #######################################################
213 # Test crunch-client-header{}.
214 #######################################################
215
216 # Set Header    = Content-Type: text/html
217 # Expect Header = REMOVAL
218 #
219 # Set Header    = Content-Type: text/html; charset=4711
220 # Expect Header = REMOVAL
221 #
222 # Set Header    = Content-Type: text/plain
223 # Expect Header = NO CHANGE
224
225 {+crunch-client-header{text/html}}
226 TAG:^crunch-client-header\{text/plain\}$
227
228
229 #######################################################
230 # Test crunch-if-none-match.
231 #######################################################
232
233 # Set Header    = If-None-Match: 8987afd239d2093kd2309kd
234 # Expect Header = REMOVAL
235
236 # Set Header    = If-None-Match: 82c3cb50c984ef11b1fed749949b2a16
237 # Expect Header = REMOVAL
238
239 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
240 # Expect Header = NO CHANGE
241
242 {+crunch-if-none-match -hide-if-modified-since}
243 TAG:^crunch-if-none-match$
244
245 #######################################################
246 # Test hide-if-modified-since
247 #######################################################
248
249 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
250 # Expect Header = REMOVAL
251 #
252 # Set Header    = If-None-Match: 82c3cb50c984ef11b1fed749949b2a16
253 # Expect Header = NO CHANGE
254
255 {+hide-if-modified-since{block} -crunch-if-none-match}
256 TAG:^hide-if-modified-since\{block\}$
257
258 # Set Header    = If-Modified-Since: Gee, this date is invalid
259 # Expect Header = REMOVAL
260 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
261 # Expect Header = SOME CHANGE
262 # Set Header    = If-Modified-Since: Thu, 1 Jan 1970 00:00:00 GMT
263 # Expect Header = SOME CHANGE
264 # Level = 17
265 # Set Header    = If-Modified-Since: Thu, 1 Jan 123456789 00:00:00 GMT
266 # Expect Header = REMOVAL
267 # Set Header    = If-Modified-Since: Mon, 1 Jan 2525 00:00:00 GMT
268 # Expect Header = SOME CHANGE
269 # Level = 17
270 # Set Header    = If-Modified-Since: Thu, 1 Jan 1970 02:00:00 GMT
271 # Expect Header = SOME CHANGE
272
273 {+hide-if-modified-since{-60} -crunch-if-none-match}
274 TAG:^hide-if-modified-since\{-60\}$
275
276 # Set Header    = If-Modified-Since: Gee, this date is invalid
277 # Expect Header = REMOVAL
278 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
279 # Expect Header = SOME CHANGE
280 # Set Header    = If-Modified-Since: Wed, 31 Dec 1969 23:59:59 GMT
281 # Expect Header = SOME CHANGE
282
283 {+hide-if-modified-since{+60} -crunch-if-none-match}
284 TAG:^hide-if-modified-since\{\+60\}$
285
286 # Set Header    = If-Modified-Since: Gee, this date is invalid
287 # Expect Header = REMOVAL
288 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
289 # Expect Header = SOME CHANGE
290
291 {+hide-if-modified-since{60} -crunch-if-none-match}
292 TAG:^hide-if-modified-since\{60\}$
293
294 # Set Header    = If-Modified-Since: Gee, this date is invalid
295 # Expect Header = REMOVAL
296 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
297 # Expect Header = NO CHANGE
298
299 {+hide-if-modified-since{+0} -crunch-if-none-match}
300 TAG:^hide-if-modified-since\{\+0\}$
301
302 # Set Header    = If-Modified-Since: Gee, this date is invalid
303 # Expect Header = REMOVAL
304 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
305 # Expect Header = NO CHANGE
306
307 {+hide-if-modified-since{-0} -crunch-if-none-match}
308 TAG:^hide-if-modified-since\{-0\}$
309
310 # Set Header    = If-Modified-Since: Gee, this date is invalid
311 # Expect Header = REMOVAL
312 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
313 # Expect Header = NO CHANGE
314
315 {+hide-if-modified-since{0} -crunch-if-none-match}
316 TAG:^hide-if-modified-since\{0\}$
317
318 # Set Header    = If-Modified-Since: Gee, this date is invalid
319 # Expect Header = REMOVAL
320 # Set Header    = If-Modified-Since: Thu, 04 Oct 2007 09:56:35 GMT
321 # Expect Header = NO CHANGE
322
323 {+hide-if-modified-since{NaN} -crunch-if-none-match}
324 TAG:^hide-if-modified-since\{NaN\}$
325
326
327 #######################################################
328 # Test crunch-outgoing-cookies
329 #######################################################
330
331 # Set Header    = If-Modified-Since: Gee, this date is invalid
332 # Expect Header = NO CHANGE
333 #
334 # Set Header    = Cookie: PREF=ID=6cf0abd34262:TM=117335617:LM=1617:S=jZypyJ7LPiwFi1_
335 # Expect Header = REMOVAL
336 {\
337  +crunch-outgoing-cookies \
338  -crunch-incoming-cookies \
339  -session-cookies-only    \
340  -hide-if-modified-since  \
341 }
342 TAG:^crunch-outgoing-cookies$
343
344 #######################################################
345 # Test session-cookies-only
346 #
347 # XXX: pretty useless as session-cookies-only doesn't
348 # affect client headers.
349 #######################################################
350
351 # Set Header    = Cookie: NSC_gffe-iuuq-mc-wtfswfs=8efb330d3660;expires=Thu, 04-Oct-07 19:11:34 GMT;path=/
352 # Expect Header = NO CHANGE
353 #
354 # Set Header    = Cookie: PREF=ID=6cf0abd34262:TM=117335617:LM=1617:S=jZypyJ7LPiwFi1_
355 # Expect Header = NO CHANGE
356 {\
357  -crunch-outgoing-cookies \
358  -crunch-incoming-cookies \
359  +session-cookies-only    \
360  -hide-if-modified-since  \
361 }
362 TAG:^session-cookies-only$
363
364 #######################################################
365 # Test change-x-forwarded-for
366 #######################################################
367
368 # Set Header    = X-Forwarded-For: 10.0.0.1
369 # Expect Header = NO CHANGE
370 {\
371  -change-x-forwarded-for \
372 }
373 TAG:^-change-x-forwarded-for$
374
375 # Set Header    = X-Forwarded-For: 10.0.0.1
376 # Expect Header = REMOVAL
377 {\
378  +change-x-forwarded-for{block} \
379 }
380 TAG:^change-x-forwarded-for\{block\}$
381
382 # Set Header    = X-Forwarded-For: 10.0.0.1
383 # Expect Header = SOME CHANGE
384 {\
385  +change-x-forwarded-for{add} \
386 }
387 TAG:^change-x-forwarded-for\{add\}$
388
389 #######################################################
390 # Test hide-from-header
391 #######################################################
392
393 # Set Header    = From: schneewitchen@example.org
394 # Expect Header = REMOVAL
395 {\
396  +hide-from-header{block}\
397 }
398 TAG:^hide-from-header\{block\}$
399
400 # Set Header    = From: schneewitchen@example.org
401 # Expect Header = From: siebenzwerge@example.org
402 {\
403  +hide-from-header{siebenzwerge@example.org}\
404 }
405 TAG:^hide-from-header\{siebenzwerge@example.org\}$
406
407 #######################################################
408 # Test prevent-compression
409 #######################################################
410
411 # Set Header    = Accept-Encoding: gzip, deflate
412 # Expect Header = REMOVAL
413 #
414 # Set Header    = Accept-Encoding: gzip
415 # Expect Header = REMOVAL
416 #
417 # Set Header    = Accept-Encoding: deflate
418 # Expect Header = REMOVAL
419 {\
420  +prevent-compression\
421 }
422 TAG:^prevent-compression$
423
424 #######################################################
425 # Test content filters which could cause problems with
426 # range requests.
427 #######################################################
428
429 # Set Header    = Range: bytes=1234-5678
430 # Expect Header = REMOVAL
431 # Set Header    = If-Range: bytes=1234-5678
432 # Expect Header = REMOVAL
433 # Set Header    = Request-Range: bytes=1234-5678
434 # Expect Header = REMOVAL
435 {\
436  -client-header-tagger{range-requests} \
437  +deanimate-gifs{last} \
438  -filter \
439 }
440 TAG:^deanimate-gifs\{last\}$
441
442 # Set Header    = Range: bytes=1234-5678
443 # Expect Header = REMOVAL
444 # Set Header    = If-Range: bytes=1234-5678
445 # Expect Header = REMOVAL
446 # Set Header    = Request-Range: bytes=1234-5678
447 # Expect Header = REMOVAL
448 {\
449  -client-header-tagger{range-requests} \
450  -deanimate-gifs \
451  +filter{banners-by-size} \
452 }
453 TAG:^filter\{banners-by-size\}$
454
455 # Set Header    = Range: bytes=1234-5678
456 # Expect Header = NO CHANGE
457 # Set Header    = If-Range: bytes=1234-5678
458 # Expect Header = NO CHANGE
459 # Set Header    = Request-Range: bytes=1234-5678
460 # Expect Header = NO CHANGE
461 {\
462  -client-header-tagger{range-requests} \
463  -deanimate-gifs \
464  -filter \
465 }
466 TAG:^no-content-filter$
467
468 # Set Header    = Connection: keep-alive
469 # Expect Header = NO CHANGE
470 # Level = 13
471 # Set Header    = Connection:
472 # Expect Header = REMOVAL
473 # Level = 13
474 {}
475 TAG:^Connection: keep-alive$
476
477 # Set Header    = Connection: keep-alive
478 # Expect Header = Connection: close
479 # Level = 14
480 # Set Header    = Connection:
481 # Expect Header = Connection: close
482 # Level = 14
483 {}
484 TAG:^Connection: close$
485
486 # Set Header    = Connection: close
487 # Expect Header = NO CHANGE
488 # Level = 15
489 {}
490 TAG:^connection-sharing disabled$
491
492 # Set Header    = Connection: close
493 # Expect Header = REMOVAL
494 # Level = 16
495 # Set Header    = Connection: keep-alive
496 # Expect Header = NO CHANGE
497 # Level = 16
498 {}
499 TAG:^connection-sharing enabled$
500
501 # XXX: Removing a header by not specifying a value is
502 # an inherited curl feature and could be viewed as a
503 # bug as far as Privoxy-Regression-Test is concerned.
504 #
505 # Set Header    = Host:
506 # Expect Header = Host: p.p
507 {}
508 TAG:^No Host header$
509
510 # Set Header    = Host: whatever.example.org
511 # Expect Header = NO CHANGE
512 {}
513 TAG:^Host header other than the target host$
514
515 # Set Header = Keep-Alive: 20
516 # Expect Header = NO CHANGE
517 # Level = 13
518 {}
519 TAG:^Pass Keep-Alive header$
520
521 # Set Header = Keep-Alive: 20
522 # Expect Header = REMOVAL
523 # Level = 14
524 {}
525 TAG:^Keep-Alive header removal$
526
527 # XXX: check the RFC to use a real value
528 # Set Header = proxy-connection: keep-alive
529 # Expect Header = REMOVAL
530 {}
531 TAG:^Proxy-Connection removal$
532
533 # Set Header = Proxy-Connection: keep-alive
534 # Expect Header = REMOVAL
535 {}
536 TAG:^Proxy-Connection removal$
537
538 # These are somewhat redundant when testing with
539 # GET requests, but I want to remember then when
540 # TRACE requests are supported.
541 #
542 # Set Header = Max-Forwards: 0
543 # Expect Header = NO CHANGE
544 # Set Header = Max-Forwards: 1
545 # Expect Header = NO CHANGE
546 # Set Header = Max-Forwards: -1
547 # Expect Header = NO CHANGE
548 # Set Header = Max-Forwards: 3
549 # Expect Header = NO CHANGE
550 {}
551 TAG:^Max-Forwards header without TRACE method$
552
553 ################################################################
554 #
555 # Fairly dumb tests for Privoxy CGI pages.
556 #
557 # These are mainly useful for checking for memory leaks
558 # with Valgrind or whether or not the user manual is installed
559 # correctly and are unlikely to actually detect any
560 #
561 # Note that if "Expect Status Code" is missing, 200 is implied.
562 #
563 ################################################################
564
565 # Fetch Test = http://p.p/
566 # Fetch Test = http://p.p/die
567 # Expect Status Code = 404
568 # Level = 18
569 # Fetch Test = http://p.p/die
570 # Expect Status Code = 200
571 # Level = 19
572 # Fetch Test = http://p.p/show-status
573 # Fetch Test = http://config.privoxy.org/show-status?file=actions&index=0
574 # Fetch Test = http://config.privoxy.org/show-status?file=filter&index=0
575 # XXX: for the invalid ones we probably shouldn't return status code 200.
576 # Fetch Test = http://config.privoxy.org/show-status?file=actions&index=100
577 # Fetch Test = http://config.privoxy.org/show-status?file=actions&index=NaN
578 # Fetch Test = http://config.privoxy.org/show-status?file=actions
579 # Fetch Test = http://config.privoxy.org/show-status?file=filter&index=100
580 # Fetch Test = http://config.privoxy.org/show-status?file=filter&index=NaN
581 # Fetch Test = http://config.privoxy.org/show-status?file=filter
582 # Fetch Test = http://config.privoxy.org/show-status?file=invalid
583 # Fetch Test = http://config.privoxy.org/show-status?file=trust
584 # Fetch Test = http://p.p/show-version
585 # Fetch Test = http://p.p/show-request
586 # Fetch Test = http://p.p/show-url-info
587 # Fetch Test = http://p.p/show-url-info?url=www.privoxy.org%2F
588 # Fetch Test = http://p.p/show-url-info?url=http:%2F%2Fwww.privoxy.org%2F
589 # Fetch Test = http://p.p/show-url-info?url=HTTp:%2F%2Fwww.privoxy.org%2F
590 # Fetch Test = http://p.p/show-url-info?url=https:%2F%2Fwww.privoxy.org%2F
591 # Fetch Test = http://p.p/show-url-info?url=HtTps:%2F%2Fwww.privoxy.org%2F
592 # Fetch Test = http://p.p/show-url-info?url=ftp:%2F%2Fwww.privoxy.org%2F
593 # Fetch Test = http://p.p/show-url-info?url=FTp:%2F%2Fwww.privoxy.org%2F
594 # Fetch Test = http://p.p/show-url-info?url=
595 # Fetch Test = http://p.p/show-url-info?url=%2F
596 # Fetch Test = http://p.p/toggle
597 # Fetch Test = http://p.p/edit-actions
598 # Fetch Test = http://p.p/eaa
599 # Fetch Test = http://p.p/eau
600 # Fetch Test = http://p.p/ear
601 # Fetch Test = http://p.p/eal
602 # Fetch Test = http://p.p/eafu
603 # Fetch Test = http://p.p/eas
604 # Fetch Test = http://p.p/easa
605 # Fetch Test = http://p.p/easr
606 # Fetch Test = http://p.p/eass
607 # Fetch Test = http://p.p/edit-actions-for-url
608 # Fetch Test = http://p.p/edit-actions-list
609 # Fetch Test = http://p.p/edit-actions-submit
610 # Fetch Test = http://p.p/edit-actions-url
611 # Fetch Test = http://p.p/edit-actions-url-form
612 # Fetch Test = http://p.p/edit-actions-add-url
613 # Fetch Test = http://p.p/edit-actions-add-url-form
614 # Fetch Test = http://p.p/edit-actions-remove-url
615 # Fetch Test = http://p.p/edit-actions-remove-url-form
616 # Fetch Test = http://p.p/edit-actions-section-add
617 # Fetch Test = http://p.p/edit-actions-section-remove
618 # Fetch Test = http://p.p/edit-actions-section-swap
619 # Fetch Test = http://p.p/error-favicon.ico
620 # Fetch Test = http://p.p/favicon.ico
621 # Fetch Test = http://p.p/robots.txt
622 # Fetch Test = http://p.p/send-banner
623 # Fetch Test = http://p.p/send-stylesheet
624 # Fetch Test = http://p.p/t
625 # Fetch Test = http://p.p/url-info-osd.xml
626
627 # Trusted CGI Request = http://p.p/edit-actions
628 # Expect Status Code = 302
629 # Level = 12 # Depends on the CGI editor being enabled
630 # Fetch Test = http://p.p/does-not-exist
631 # Expect Status Code = 404
632 # Trusted CGI Request = http://p.p/eaa
633 # Trusted CGI Request = http://p.p/eau
634 # Trusted CGI Request = http://p.p/ear
635 # Trusted CGI Request = http://p.p/eal
636 # Trusted CGI Request = http://p.p/eafu
637 # Trusted CGI Request = http://p.p/eas
638 # Trusted CGI Request = http://p.p/easa
639 # Trusted CGI Request = http://p.p/easr
640 # Trusted CGI Request = http://p.p/eass
641 # Trusted CGI Request = http://p.p/edit-actions-for-url
642 # Trusted CGI Request = http://p.p/edit-actions-list
643 # Trusted CGI Request = http://p.p/edit-actions-submit
644 # Trusted CGI Request = http://p.p/edit-actions-url
645 # Trusted CGI Request = http://p.p/edit-actions-url-form
646 # Trusted CGI Request = http://p.p/edit-actions-add-url
647 # Trusted CGI Request = http://p.p/edit-actions-add-url-form
648 # Trusted CGI Request = http://p.p/edit-actions-remove-url
649 # Trusted CGI Request = http://p.p/edit-actions-remove-url-form
650 # Trusted CGI Request = http://p.p/edit-actions-section-add
651 # Trusted CGI Request = http://p.p/edit-actions-section-remove
652 # Trusted CGI Request = http://p.p/edit-actions-section-swap
653 # Trusted CGI Request = http://p.p/send-stylesheet
654
655 # The following tests depend on Privoxy being configured to deliver the user manual
656
657 # Fetch Test = http://p.p/user-manual
658 # Expect Status Code = 302
659 # Level = 9
660 # Fetch Test = http://p.p/user-manual/
661 # Level = 9
662 # Fetch Test = http://p.p/user-manual/actions-file.html
663 # Level = 9
664 # Fetch Test = http://p.p/user-manual/appendix.html
665 # Level = 9
666 # Fetch Test = http://p.p/user-manual/config.html
667 # Level = 9
668 # Fetch Test = http://p.p/user-manual/configuration.html
669 # Level = 9
670 # Fetch Test = http://p.p/user-manual/contact.html
671 # Level = 9
672 # Fetch Test = http://p.p/user-manual/copyright.html
673 # Level = 9
674 # Fetch Test = http://p.p/user-manual/files-in-use.jpg
675 # Level = 9
676 # Fetch Test = http://p.p/user-manual/filter-file.html
677 # Level = 9
678 # Fetch Test = http://p.p/user-manual/index.html
679 # Level = 9
680 # Fetch Test = http://p.p/user-manual/installation.html
681 # Level = 9
682 # Fetch Test = http://p.p/user-manual/introduction.html
683 # Level = 9
684 # Fetch Test = http://p.p/user-manual/p_doc.css
685 # Level = 9
686 # Fetch Test = http://p.p/user-manual/proxy2.jpg
687 # Level = 9
688 # Fetch Test = http://p.p/user-manual/proxy_setup.jpg
689 # Level = 9
690 # Fetch Test = http://p.p/user-manual/quickstart.html
691 # Level = 9
692 # Fetch Test = http://p.p/user-manual/seealso.html
693 # Level = 9
694 # Fetch Test = http://p.p/user-manual/startup.html
695 # Level = 9
696 # Fetch Test = http://p.p/user-manual/templates.html
697 # Level = 9
698 # Fetch Test = http://p.p/user-manual/whatsnew.html
699 # Level = 9
700
701
702 # Method Test = OPTIONS
703 # Method Test = GET
704 # Method Test = get
705 # Method Test = gEt
706 # Method Test = HEAD
707 # Method Test = POST
708 # Method Test = PUT
709 # Method Test = DELETE
710 # Method Test = OPTIONS
711 # Method Test = TRACE
712 # Method Test = CONNECT
713 # Method Test = PROPFIND
714 # Method Test = PROPPATCH
715 # Method Test = MOVE
716 # Method Test = COPY
717 # Method Test = MKCOL
718 # Method Test = LOCK
719 # Method Test = UNLOCK
720 # Method Test = BCOPY
721 # Method Test = BMOVE
722 # Method Test = BDELETE
723 # Method Test = BPROPFIND
724 # Method Test = BPROPPATCH
725 # Method Test = SUBSCRIBE
726 # Method Test = UNSUBSCRIBE
727 # Method Test = NOTIFY
728 # Method Test = POLL
729 # Method Test = VERSION-CONTROL
730 # Method Test = REPORT
731 # Method Test = CHECKOUT
732 # Method Test = CHECKIN
733 # Method Test = UNCHECKOUT
734 # Method Test = MKWORKSPACE
735 # Method Test = UPDATE
736 # Method Test = LABEL
737 # Method Test = MERGE
738 # Method Test = BASELINE-CONTROL
739 # Method Test = MKACTIVITY
740 # Method Test = PRIVOXY-REGRESSION-TEST-IN-THE-HOUSE
741 # Expect Status Code = 400
742
743 {+block{Forbidden Port. You are not supposed to see this.}}
744 config.privoxy.org:1-/
745 p.p:1-/
746
747 {-block}
748 config.privoxy.org:3,79-81/
749 p.p:3,22,79-81/
750
751 # Fetch Test = http://oh-dear-this-hostname-is-so-very-long-that-it-can-not-possibly-be-forwarded-through-socks5-as-a-result-we-therefore-expect-privoxy-to-return-an-error-response-instead-of-forwarding-the-request-because-as-already-mentioned-this-host-is-really-very-long.example
752 # Expect Status Code = 503
753 {+forward-override{forward-socks5 127.0.0.1:12345 .}}
754 oh-dear-this-hostname-is-so-very-long-that-it-can-not-possibly-be-forwarded-through-socks5-as-a-result-we-therefore-expect-privoxy-to-return-an-error-response-instead-of-forwarding-the-request-because-as-already-mentioned-this-host-is-really-very-long.example/
755
756 # Fetch Test = http://oh-dear-this-hostname-is-short-enough-but-there-is-no-socks5-server-listening.example
757 # Expect Status Code = 503
758 {+forward-override{forward-socks5 127.0.0.1:12345 .}}
759 oh-dear-this-hostname-is-short-enough-but-there-is-no-socks5-server-listening.example
760
761 # Fetch Test = http://oh-dear-this-hostname-is-short-enough-but-there-is-no-socks4-server-listening.example
762 # Expect Status Code = 503
763 {+forward-override{forward-socks4 127.0.0.1:12345 .}}
764 oh-dear-this-hostname-is-short-enough-but-there-is-no-socks4-server-listening.example
765
766 # Fetch Test = http://oh-dear-this-hostname-is-short-enough-but-there-is-no-socks4a-server-listening.example
767 # Expect Status Code = 503
768 {+forward-override{forward-socks4a 127.0.0.1:12345 .}}
769 oh-dear-this-hostname-is-short-enough-but-there-is-no-socks4a-server-listening.example
770
771 # This one currently triggers the same error condition as the
772 # test above (socks5 server unreachable), but once Privoxy
773 # starts to properly reject invalid ports it should become useful.
774
775 # Fetch Test = http://invalid-forward5-gateway-port.example
776 # Expect Status Code = 503
777 {+forward-override{forward-socks5 127.0.0.1:-1 127.0.0.1:12345}}
778 invalid-forward5-gateway-port.example
779
780 # Fetch Test = http://forward5-null-gateway-host.example
781 # Expect Status Code = 503
782 {+forward-override{forward-socks5 :12345 127.0.0.1:12345}}
783 forward5-null-gateway-host.example
784
785 # Fetch Test = http://www.forbidden-connect.example:444/
786 # Method = CONNECT
787 # Expect Status Code = 403
788 {+limit-connect{443}}
789 www.forbidden-connect.example/
790
791 # Fetch Test = http://www.blocked-request.example/blocked-request
792 # Expect Status Code = 403
793 {+block{This request failed to make it to the target destination which means the test succeeded.}}
794 www.blocked-request.example/blocked-request
795
796 # Fetch Test = http://www.blocked-request.example/blocked-request-with-no-reason-specified
797 # Expect Status Code = 403
798 {+block}
799 www.blocked-request.example/blocked-request-with-no-reason-specified
800
801 # Some domain pattern tests
802 #
803 {+block{domain pattern test}}
804 # Blocked URL = http://domain-pattern-test.example/
805 # Blocked URL = http://domain-pattern-test.example.org/
806 domain-pattern-test.example.
807
808 {+block{Hostname patterns without trailing dots cover hostnames with trailing dots as well.}}
809 # Blocked URL = http://trailing-dot.example.org./
810 # Blocked URL = http://trailing-dot.example.org./foo
811 trailing-dot.example.org
812
813 # Just in case there is no white-space fuzzer in the house ...
814 #
815 # Set Header = X-LWS-Test: no superfluous white space here
816 # Expect Header = NO CHANGE
817 # Set Header = X-LWS-Test:  superfluous   white space  in  the   house
818 # Expect Header = X-LWS-Test: superfluous white space in the house
819 # Set Header = X-LWS-Test   :  superfluous   white   space   in   the    house
820 # Expect Header = X-LWS-Test: superfluous white space in the house
821 # Set Header = X-LWS-Test:  :superfluous white space in the house
822 # Expect Header = X-LWS-Test: :superfluous white space in the house
823 # Set Header = X-LWS-Test: :no superfluous white space here
824 # Expect Header = NO CHANGE
825 # Set Header = X-LWS-Test:      superfluous             white                   tabs in the house
826 # Expect Header = X-LWS-Test: superfluous white tabs in the house
827 # Set Header = X-LWS-Test       :       superfluous             white                   tabs in the house
828 # Expect Header = X-LWS-Test: superfluous white tabs in the house
829 # Set Header = X-LWS-Test: "leave  quoted  lws alone"
830 # Expect Header = X-LWS-Test: "leave  quoted  lws alone"
831 # Set Header = X-LWS-Test:  "leave  quoted  lws alone"  thxbye
832 # Expect Header = X-LWS-Test: "leave  quoted  lws alone" thxbye
833 # Set Header = X-LWS-Test: " Do I Look like     quoted  text? Me    thinks  not.
834 # Expect Header = X-LWS-Test: " Do I Look like quoted text? Me thinks not.
835 # Set Header = X-LWS-Test: "This  is  quoted" this  is  not "but   this  is  again"
836 # Expect Header = X-LWS-Test: "This  is  quoted" this is not "but   this  is  again"
837 # Set Header = X-LWS-Test:  "This  is  quoted" this   is  not "this  is  "  but  "  this again   is  not
838 # Expect Header = X-LWS-Test: "This  is  quoted" this is not "this  is  " but " this again is not
839 {}
840 TAG:^LWS Tests$
841
842 {+fast-redirects{check-decoded-url}}
843 # Redirected URL = http://redirect.example.net/blafasel&url=http://redirected1.example.net/
844 # Redirect Destination = http://redirected1.example.net/
845 # Redirected URL = http://redirect.example.net/blafasel&url=http%3A%2F%2Fredirected2.example.net%2F&parameter=not-part-of-the-redirected-url
846 # Redirect Destination = http://redirected2.example.net/
847 # Redirected URL = http://redirect.example.net/blafasel&url=http%3A%2F%2Fredirected3.example.net%2F&parameter=not-part-of-the-redirected-url
848 # Redirect Destination = http://redirected3.example.net/
849 # Redirected URL = http://redirect.example.net/blafasel&url=http%3A%2F%2Fredirected4.example.net%2F%26parameter=part-of-the-redirected-url
850 # Redirect Destination = http://redirected4.example.net/&parameter=part-of-the-redirected-url
851 # Redirected URL = http://redirect.example.net/blafasel&url1=http%3A%2F%2Fredirected5.example.net%2F%26parameter1=part-of-the-redirected-url&url2=http%3A%2F%2Fredirected5.example.net%2F%26parameter2=part-of-the-redirected-url2
852 # Redirect Destination = http://redirected5.example.net/&parameter2=part-of-the-redirected-url2
853 # Redirected URL = http://redirect.example.net/blafasel&url1=http%3A%2F%2Fredirected6.example.net%2F%26parameter1=part-of-the-redirected-url&url2=http%3A%2F%2Fredirected6.example.net%2F%26parameter2=part-of-the-redirected-url2&parameter3=not-part-of-the-redirected-url2
854 # Redirect Destination = http://redirected6.example.net/&parameter2=part-of-the-redirected-url2
855 # Redirected URL = http://redirect.example.net/blafasel?x=http%3A%2F%2Fredirected7.example.net%2F%26parameter1=part-of-the-redirected-url1&parameter2=not-part-of-the-redirected-url1
856 # Redirect Destination = http://redirected7.example.net/&parameter1=part-of-the-redirected-url1
857 # Redirected URL = http://redirect.example.net/blafasel?x=http%3A%2F%2Fredirected8.example.net%2F%26parameter1=part-of-the-redirected-url1&parameter2=not-part-of-the-redirected-url1&parameter3=not-part-of-the-redirected-url1
858 # Redirect Destination = http://redirected8.example.net/&parameter1=part-of-the-redirected-url1
859 redirect.example.net/
860
861 {+fast-redirects{simple-check}}
862 # Redirected URL = http://redirect2.example.net/blafasel?x=http://redirected.example.net/&parameter1=part-of-the-redirected-url1&parameter2=part-of-the-redirected-url1
863 # Redirect Destination = http://redirected.example.net/&parameter1=part-of-the-redirected-url1&parameter2=part-of-the-redirected-url1
864 redirect2.example.net/
865