1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00
openwrt-packages/net/lighttpd/patches
Rafał Miłecki 1359e072be lighttpd: backport more mod_cgi fixes queued for 1.4.46
The most important change is local redirects being disabled by default.
There is an option called cgi.local-redir that allows enabling this
optimization manually back if needed.

Local redirects were initially introduced in 1.4.40 but caused many
problems for *some* web services.

One of problems is breaking Post/Redirect/Get design pattern. With
redirects handled on server side there is no browser redirection making
it "lose" the POST data.

Another possible issue are HTML forms with action="". With CGI local
redirects browser may be sending form data to the wrong URL (the one
that was supposed to redirect the browser).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-06-29 09:41:30 +02:00
..
0001-mod_cgi-RFC3875-CGI-local-redir-strict-adherence-210.patch lighttpd: backport more mod_cgi fixes queued for 1.4.46 2017-06-29 09:41:30 +02:00
0002-mod_cgi-fix-CGI-local-redir-w-url.rewrite-once-fixes.patch lighttpd: backport more mod_cgi fixes queued for 1.4.46 2017-06-29 09:41:30 +02:00
0003-mod_cgi-status-200-OK-if-no-hdrs-deprecated-2786.patch lighttpd: backport more mod_cgi fixes queued for 1.4.46 2017-06-29 09:41:30 +02:00
0004-mod_cgi-cgi.local-redir-enable-disable-2108-2793.patch lighttpd: backport more mod_cgi fixes queued for 1.4.46 2017-06-29 09:41:30 +02:00