Project

General

Profile

Actions

Release-1 4 17 » History » Revision 1

Revision 1/4 | Next »
moo, 2007-08-29 08:24


= Release Info = * Version: 1.4.17 * Previous version: [wiki:Release-1.4.16 1.4.16] * Branch: 1.4 * Status: Stable * Release Purpose: for the sake of the server.error-handler-404 * Release manager: darix * Released date: 2007-08-29

Ok. We broke it. And yes it took longer than expected to fix it.

Anyway. It was worth to wait. We fixed lots of bugs in this release. For a complete list of changes see below.

The final fix for bug #948 changed the behavior of the server.error-handler-404. In the past lighttpd tried to send 404 responses generated by CGI/FastCGI/SCGI applications to the configured handler. With the current design of the plugin handling the 404 handler this failed, if the subrequest used the same backend as the original request (FastCGI -> FastCGI 404 handler). Starting with 1.4.17, only the original request will trigger the 404 handler. That means your application has to generate the content for the 404 response itself. You can no longer rely on the 404 handler for dynamically generated 404 responses.

= Changes from 1.4.16 =

= External references = * http://www.lighttpd.net/2007/8/29/1-4-17-for-the-sake-of-the-server-error-handler-404

= Downloads = * http://www.lighttpd.net/download/lighttpd-1.4.17.tar.gz * MD5: 7172c39c2a166fe7f9ab6df30fa4298f * SHA1: f86684db6979c363d74689a51c3e8a7af066025e * http://www.lighttpd.net/download/lighttpd-1.4.17.tar.bz2 * MD5: 85c99c2d6baf8ad9e38e6267efe7d9aa * SHA1: e7684d29b2a42bc0628dc59b05741fc5fb5f699b

Updated by moo over 16 years ago · 1 revisions