Skip to content

1.4.82

Important changes

  • 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