Commit Graph

274 Commits (a762402da55033a10b01f38272da445df50b7c01)

Author SHA1 Message Date
Marcus Rückert 6719b15c7b - added missing Makefile.am entries
16 years ago
Jan Kneschke 41e836b410 fixed extracting status code from NPH scripts (fixes #1125)
16 years ago
Jan Kneschke f67cdb67df fixed handling of duplicate If-Modified-Since to return 304
16 years ago
Jan Kneschke 5bc539b63e don't send a Content-Length for 1xx, 204 and 304 (fixes #1002)
16 years ago
Jan Kneschke 9bc4c2a025 added testcases for #1286 and #1287
16 years ago
Jan Kneschke f0333c8c0d fixed crash on mixed \r\n and \n sequences
16 years ago
Jan Kneschke 3bc2da57d3 fixed number of skipped tests
16 years ago
Marcus Rückert bafcebe06d - check the content for the send404 case too
16 years ago
Marcus Rückert 2573648c4b - added testcase for #948
16 years ago
Marcus Rückert 029d32039c - fixed 404 testsuite
16 years ago
Marcus Rückert 984f5caf57 make the cgi executable
16 years ago
Marcus Rückert 420abdb295 - added test cases for 404 handler
16 years ago
Marcus Rückert 58ea3c14c5 - make the test more portable
16 years ago
Marcus Rückert 01fab66c18 - added test for the location crash
16 years ago
Jan Kneschke 15e260c28b * fixed mem-leak in mod_auth (reported by Stefan Esser)
16 years ago
Jan Kneschke 022760f07d check the URL twice, before and after path-info handling. (fixes #1230)
16 years ago
Jan Kneschke 8b06b122b1 fixed by 1232, not 1209
16 years ago
Jan Kneschke 9e4e4f7e1a fixed remote crash on duplicate header keys with line-wrapping (fixes #1230)
16 years ago
Marcus Rückert b8df99f3db - a few more whitespace cleanups
17 years ago
Marcus Rückert 56de5af1cd - properly find fastcgi.h in /usr/include/fastcgi
17 years ago
Jan Kneschke 30d892061e merged [1174] and [1224]
17 years ago
Jan Kneschke 7d4d819599 merged [1055], [1056], [1068], [1172], [1176]
17 years ago
Marcus Rückert 7a6f8ced20 - added missing file symlink.t
17 years ago
Jan Kneschke 3521657508 merged [1105]
17 years ago
Marcus Rückert 657a024d53 - backport symlink patch in hard version to 1.4.11
17 years ago
Jan Kneschke d5c9873255 merged [1044], [1052], [1054]
17 years ago
Jan Kneschke 7ac34bb5ca make the wrapper compatible with solaris' /bin/sh
17 years ago
Jan Kneschke 9dbf12d8ed - fixed test for max-request-size on 64bit platforms
17 years ago
Jan Kneschke ad620446f2 we have an extra test for responders
17 years ago
Jan Kneschke 0b8de4b3ec allow leading zeros in HTTP/01.01 (fixes #542)
17 years ago
Jan Kneschke 096ec7f1ca OPTIONS may have a content-length
17 years ago
Jan Kneschke 1343f4c081 check for trailing spaces on windows
17 years ago
Jan Kneschke bd8e6919d2 added tests for possible crashes
17 years ago
Jan Kneschke df016dc983 give a warning on duplicate response headers
17 years ago
Jan Kneschke 6842dbb724 added tests for lowercase filesysytems
17 years ago
Jan Kneschke 580823f791 forbid Content-Length for GET, HEAD or OPTIONS requests
17 years ago
Jan Kneschke f6257d9118 made the 'spawn php myself' working again for me (jan)
17 years ago
Jan Kneschke bab099bca6 updated test as we don't overwrite the Server-Header anymore
18 years ago
Jan Kneschke 151daf933c added a keep-alive check for pipelining
18 years ago
Jan Kneschke a77f7a90d8 the range-request options was not handled at all, added test case
18 years ago
Jan Kneschke 51d6e2abf0 fixed output of non-cached compressed content and added test-cases
18 years ago
Jan Kneschke ac7db634f6 detect empty URIs in requests as bad request, status 400
18 years ago
Xuefer ef8f508a5f kill warning for string compare introduced by last changeset
18 years ago
Xuefer 809199f98f scons fixes, and built/test on cygwin
18 years ago
Xuefer 4b7f5b1a3f the missing part of [757]
18 years ago
Jan Kneschke bb0959bb65 the refer == "" tests are failing even if they should have been fixed already, make them as TODO for the final release
18 years ago
Xuefer 181fed2ab0 let u know what's wrong
18 years ago
Xuefer 1d3da14a5b make it works for both autotools/scons
18 years ago
Xuefer 9be1abfb85 an unset header is now treat as empty_string "" to make the conditional logic correct.
18 years ago
Jan Kneschke 4fc810eb34 this should have been part of [752]
18 years ago
Jan Kneschke 4005e69bbf added a check for $HTTP["referer"] == ""
18 years ago
Jan Kneschke cebb64e47b added a ssi check for the endless loop we had
18 years ago
Jan Kneschke e95ea21b1e added a alternative to automake and friends by using scons
18 years ago
Xuefer 14754f33f4 fix and add testcase for #255
18 years ago
Jan Kneschke 4e7ffb3a12 added lighttpd.passwd for the mod-auth tests
18 years ago
Jan Kneschke e2cf5d3094 tests for htpasswd + md5 and referer matching in conditionals
18 years ago
Jan Kneschke 903a007674 allow a stand alone version
18 years ago
Jan Kneschke cdd1f9547b a simple connect() on the port is better and faster
18 years ago
Jan Kneschke a732e84748 use netstat to check if a process is listening on port 1026
18 years ago
Xuefer 6f3e816fba redirect don't need $tf->{HOSTNAME}
18 years ago
Xuefer 7c4bd1e8bb wait the fastcgi process to be up
18 years ago
Jan Kneschke 3ebc17571a find perl at runtime
18 years ago
Jan Kneschke a44e7fc4c4 replace 'localhost' by gethostbyaddr for 127.0.0.1
18 years ago
Jan Kneschke 8e742eac4c minor portability fixes
18 years ago
Jan Kneschke 09f5416912 some files aren't shipped anymore
18 years ago
Jan Kneschke 4fc9ee0f86 removed duplicate test-scripts, added a test for bin-copy-env and cleaned up configfiles
18 years ago
Xuefer 4846d4ed80 the lost part of [240]
18 years ago
Jan Kneschke 7988661090 added tests for keep-alive and setenv and passed a ARRAY ref instead of a HASH ref
18 years ago
Jan Kneschke b14d500a9e do a long wait if the lighttpd isn't starting up fast enough
18 years ago
Jan Kneschke 1be36e4013 make 'make distcheck' happy and install files into _build/tests/
18 years ago
Jan Kneschke 849cbb728e create empty files for mimetype testing
18 years ago
Jan Kneschke 7d4f64c476 don't set a global uri-prefix and added checks (fixes #235)
18 years ago
Jan Kneschke 15b0109071 run tests in build root (merged #228)
18 years ago
Jan Kneschke 0212534554 fixed detection of mimetype on uppercase extensions
18 years ago
Jan Kneschke c013b0180d off by one in the skip count
18 years ago
Jan Kneschke 98d5982d48 fixe dthe number of tests in mod-secdownload.t
18 years ago
Jan Kneschke 9359e21514 added tests for mod-secdownload
18 years ago
Jan Kneschke 06becfacfc check that the anti deeplinking via referer matches work
18 years ago
Jan Kneschke 3af5f02398 added a basic test for mod-ssi
18 years ago
Jan Kneschke b22c094836 added testcase for header before we-got-content bug
18 years ago
Jan Kneschke 36a9ce4831 added another test for OPTIONS
18 years ago
Jan Kneschke 3a754cb06a check that the content-type is the CT of the original file
18 years ago
Jan Kneschke 426880f0a2 removed warnings on empty response-body, added debug output to mod_proxy
18 years ago
Jan Kneschke 75c3a8393a added include_shell option to configfiles (merged the rest of the trunk changesets)
18 years ago
Jan Kneschke 360aba360f allow _ in env. and var. and optimized matching of conditions
18 years ago
Jan Kneschke d56f19c7d1 checked | to 'else' (merged [316])
18 years ago
Jan Kneschke cd4c324ff2 allow numbers in header-keys
18 years ago
Jan Kneschke b663fa76bd fixed testcases
18 years ago
Jan Kneschke 6e78c2c8df user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression.
18 years ago
Jan Kneschke 8073d5fe9f added nested conditionals (merged [298])
18 years ago
Jan Kneschke eaa13584b5 added tests for /prefix + PATH_INFO on check-local = disable
18 years ago
Jan Kneschke ffcc939e1b Added OPTIONS support
18 years ago
Jan Kneschke 94d6a83716 disable duplicate-header-check for now
18 years ago
Jan Kneschke c57a23b886 added test for duplicate output headers
18 years ago
Jan Kneschke a2373e71a9 added a test for the 'don't pass Server from the backend server'
18 years ago
Jan Kneschke 877161c067 switch to LigtyTest module
18 years ago
Jan Kneschke 7a25f1b5f5 Unified all tests to use the LighyTest framework
18 years ago
Jan Kneschke aff653fdba moved to ports of the fastcgi scripts to somewhere else
18 years ago
Jan Kneschke 7bca57bb6b final fix for testcase and #177
18 years ago
Jan Kneschke f090899eae improved debug output
18 years ago
Jan Kneschke 5986add693 Quote ETag, fixes #117
18 years ago
Jan Kneschke d185991460 fixed checks for the digest-crash
18 years ago
Jan Kneschke 4d33902639 merged [373]
18 years ago
Jan Kneschke 5056731095 using 127.0.0.1 is fine for all systems
18 years ago
Jan Kneschke cee3c0d880 added tests for mod-proxy
18 years ago
Jan Kneschke 510b536669 replaced IP address for fastcgi.server to localhost
18 years ago
Jan Kneschke 6925cdcf49 removed duplicate variable
18 years ago
Jan Kneschke 659503eb16 fixed check for running process
18 years ago
Jan Kneschke 8810ff2602 drop unused files and added the checks for mod-rewrite
18 years ago
Jan Kneschke a9f7841379 2 rewrite tests
18 years ago
Jan Kneschke b41aa700ab check that conditionals and simple-vhost work together
18 years ago
Jan Kneschke f91a8d8f63 forgot to count one test
18 years ago
Jan Kneschke 547cfb1a1c skip fastcgi checks if fastcgi-proc is not available
18 years ago
Jan Kneschke 9a5cf4a2ed fixed handling of dead fastcgi processes if deamonized
18 years ago
Jan Kneschke 40e8c6714a seperated the tests for each section and let run-tests.pl use Test::Harness
18 years ago
Jan Kneschke 422275e60a get make distcheck working
18 years ago
Jan Kneschke 5ca4dff14d added tests for restarting fcgi-procs after they died
18 years ago
Jan Kneschke 2420fd96d2 added checks for the line-terminator handling and cleanup the configs
18 years ago
Jan Kneschke 0f779ce2f9 fixed #25 by setting all duplicates to 400
18 years ago
Jan Kneschke 6bf51546c7 converted all tests to run-tests.pl
18 years ago
Jan Kneschke 33550d22ff get pidof working on linux
18 years ago
Jan Kneschke 80140bc32d forgot to rename check.pl to run-tests.pl
18 years ago
Jan Kneschke 9c380cbbde moved most of the tests to run-tests.pl
18 years ago
Jan Kneschke bcdc6a3bbc moved everything below trunk/ and added branches/ and tags/
18 years ago