Project

General

Profile

Actions

Release Info

  • Version: 1.4.82
  • Previous version: 1.4.81
  • Branch: 1.4
  • Status: stable
  • Release Purpose: bug fixes
  • Release manager: gstrauss
  • Released date: 2025-09-12

Important changes from 1.4.81

  • restrict request trailers to configured list; bugfixes

BEHAVIOR CHANGES:

  • trailers in request headers will be ignored unless allowed field names
    are explicitly configured in a comma-separated list containing no spaces:
    server.feature-flags += ("request.trailer-whitelist" => "...")
    This changes behavior from lighttpd 1.4.80, which added support for
    request trailers and header merging, but did not restrict request trailers.

Downloads

Changes from 1.4.81

  • [core] restrict request trailers to configured list
  • [core] fix logic inversion in "toupper:" modifier
  • [mod_redirect,mod_rewrite] ${url.authority.noport} token
  • [cmake,mod_mbedtls] mbedx509 mbedcrypto order
  • [mod_mbedtls] psa_crypto_init() for MBEDTLS_USE_PSA_CRYPTO (fixes #3288)
  • [build] mod_mbedtls: use tfpsacrypto if found
  • [ci] Bump actions/checkout from 4 to 5
  • [core] avoid chunk mem reallocation on read/recv

External references

Updated by gstrauss about 14 hours ago · 1 revisions