Package: lighttpd-mod-trigger-b4-dl
Severity: important

*** Please type your report below this line ***
When trying to access a protected URL the module sends an redirection
header (HTTP 307) but fails to send an Content-Length: 0 header. The RFC
states that it SHOULD send a Content-Length Header an most clients
expect it, waiting forever.

Expected behaviour: It should send an "Content-Length: 0" header.


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-openvz-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -r lighttpd-1.4.19/src/mod_trigger_b4_dl.c lighttpd-1.4.19.dgx/src/mod_trigger_b4_dl.c
428a429,430
>                               response_header_insert(srv, con, CONST_STR_LEN("Content-Length"), CONST_STR_LEN("0"));
>
441a444
>                               response_header_insert(srv, con, CONST_STR_LEN("Content-Length"), CONST_STR_LEN("0"));
490a494
>                               response_header_insert(srv, con, CONST_STR_LEN("Content-Length"), CONST_STR_LEN("0"));

Reply via email to