Path to this page:
Subject: CVS commit: pkgsrc/www/apache24
From: Adam Ciarcinski
Date: 2023-04-07 11:38:53
Message id: 20230407093853.2C52BFA84@cvs.NetBSD.org
Log Message:
apache24: updated to 2.4.57
Changes with Apache 2.4.57
*) mod_proxy: Check before forwarding that a nocanon path has not been
rewritten with spaces during processing.
*) mod_proxy: In case that AllowEncodedSlashes is set to NoDecode do not
double encode encoded slashes in the URL sent by the reverse proxy to the
backend.
*) mod_http2: fixed a crash during connection termination.
*) mod_rewrite: Fix a 2.4.56 regression for substitutions ending
in a question mark.
*) mod_rewrite: Add "BCTLS" and "BNE" RewriteRule flags. \
Re-allow encoded
characters on redirections without the "NE" flag.
*) mod_proxy: Fix double encoding of the uri-path of the request forwarded
to the origin server, when using mapping=encoded|servlet.
*) mod_mime: Do not match the extention against possible query string
parameters in case ProxyPass was used with the nocanon option.
Files: