You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/tests
Glenn Strauss 8dd33a72dd [mod_deflate] mod_deflate subsumes mod_compress
translate config server.modules "mod_compress" to "mod_deflate"
accept compress.* directives, but issue DEPRECATED warning trace

mod_deflate differences from mod_compress:
- mod_compress compress.filetype was exact match; deflate.mimetypes is
  prefix match (behavior change might compress longer mimetype matches,
  which are likely of similar type and compressability)
- mod_compress always sent entire (compressed) file for Range request
  mod_deflate will stream compress range result (not stored in cache)
- mod_compress would short-circuit request with 403 Forbidden error
  if request file did not exist (stat() failed) (This behavior was
  unfriendly to other handlers)
- mod_compress compress.cache-dir layout differs from deflate.cache-dir
  layout; file cache should be cleared (or renamed) when migrating from
  mod_compress to mod_deflate
- mod_deflate does not issue Vary: Accept-Encoding if request does not
  contain Accept-Encoding.  The identity response can be cache by
  proxies and served to clients.  Historically, some proxies disabled
  caching if any Vary: response was seen.  If the Vary header is
  desirable, mod_deflate code which checks for Accept-Encoding and
  compression type can be moved down a few lines to be below the
  setting of the Vary response header.
3 years ago
..
docroot [tests] some test config cleanup 4 years ago
404-handler.conf [tests] some test config cleanup 4 years ago
CMakeLists.txt [build] remove tests/mod-userdir.t from builds 3 years ago
LightyTest.pm [tests] has_feature() helper func 4 years ago
Makefile.am [tests] t/test_mod_userdir 3 years ago
SConscript [build] remove tests/mod-userdir.t from builds 3 years ago
cachable.t [core] support weak etags with If-None-Match 4 years ago
cleanup.sh [scons] various improvements 8 years ago
condition.conf [tests] some test config cleanup 4 years ago
core-404-handler.t [core] server.error-handler new directive for error pages (fixes #2702) 7 years ago
core-condition.t [core] never evaluate else branches until the previous branches are aready (fixes #2598) 7 years ago
core-keepalive.t - change s/// separator that it doesn't confuse vim 15 years ago
core-request.t [core] behavior change: stricter URL normalization 4 years ago
core-response.t [core] buffer_append_string_encoded() uc hex 5 years ago
core-var-include.t - change s/// separator that it doesn't confuse vim 15 years ago
fastcgi-10.conf [mod_indexfile] use config_plugin_values_init() 3 years ago
fastcgi-responder.conf [mod_indexfile] use config_plugin_values_init() 3 years ago
fcgi-auth.c [tests] test coverage for issues (#321, #322) 7 years ago
fcgi-responder.c [tests] FCGI_Finish() final request before exit 6 years ago
lighttpd.conf [mod_deflate] mod_deflate subsumes mod_compress 3 years ago
lighttpd.htpasswd [mod_auth] skip blank lines and comment lines (fixes #2327) 7 years ago
lighttpd.user moved everything below trunk/ and added branches/ and tags/ 18 years ago
lowercase.conf [tests] more test config cleanup 4 years ago
lowercase.t - change s/// separator that it doesn't confuse vim 15 years ago
meson.build [build] remove tests/mod-userdir.t from builds 3 years ago
mod-auth.conf [tests] some test config cleanup 4 years ago
mod-auth.t [tests] some test config cleanup 4 years ago
mod-cgi.t [core] consolidate dynamic handler response parse 6 years ago
mod-compress.conf [mod_deflate] mod_deflate subsumes mod_compress 3 years ago
mod-compress.t [mod_deflate] mod_deflate subsumes mod_compress 3 years ago
mod-extforward.conf [tests] some test config cleanup 4 years ago
mod-extforward.t [mod_extforward] support Forwarded HTTP Extension (#2703) 6 years ago
mod-fastcgi.t [tests] fix skip count in mod-fastcgi w/o php-cgi 3 years ago
mod-proxy.t [core] behavior change: stricter URL normalization 4 years ago
mod-scgi.t [tests] reduce time waiting for backends to start 6 years ago
mod-secdownload.conf [tests] some test config cleanup 4 years ago
mod-secdownload.t [tests] skip mod-secdownload HMAC-SHA1,HMAC-SHA256 4 years ago
mod-setenv.t [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295) 6 years ago
mod-ssi.t [mod_ssi] more flexible quoting (fixes #1768) 7 years ago
prepare.sh [tests] some test config cleanup 4 years ago
proxy.conf [tests] more test config cleanup 4 years ago
request.t [core] reject WS following header field-name (fixes #2985) 3 years ago
run-tests.pl Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105) 14 years ago
scgi-responder.c [multiple] add summaries to top of some modules 3 years ago
scgi-responder.conf [tests] some test config cleanup 4 years ago
symlink.t mark testcase executable 15 years ago
var-include-sub.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 8 years ago
var-include.conf [tests] some test config cleanup 4 years ago
wrapper.sh Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file 12 years ago