summaryrefslogtreecommitdiff
path: root/tests/docroot
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-08-12 17:52:03 +0000
committerMarcus Rückert <darix@opensu.se>2007-08-12 17:52:03 +0000
commit01fab66c183df7884b98ace630c45523f4f18236 (patch)
treeff96fb9ec951ae0a8971c700ac6286951d2ffd9d /tests/docroot
parent8f9f532083cc1990f913eaf7f71b44805d73eabd (diff)
downloadlighttpd-git-01fab66c183df7884b98ace630c45523f4f18236.tar.gz
- added test for the location crash
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1887 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/docroot')
-rw-r--r--tests/docroot/www/crlfcrash.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/docroot/www/crlfcrash.pl b/tests/docroot/www/crlfcrash.pl
new file mode 100644
index 00000000..e3d96ada
--- /dev/null
+++ b/tests/docroot/www/crlfcrash.pl
@@ -0,0 +1,4 @@
+#!/usr/bin/perl
+#
+print "Location: http://www.example.org/\r\n\n\n";
+exit;