diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-06-29 09:24:37 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-06-29 09:41:30 +0200 |
commit | 1359e072be2e4b368d7b1b793f487905e74903ae (patch) | |
tree | 0b75c92762f1db72be10cb4870f28406833dbccd /net/openvswitch/patches | |
parent | 33666f92da76c72e40bbe9472bcddeb5d82ea5f8 (diff) |
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>
Diffstat (limited to 'net/openvswitch/patches')
0 files changed, 0 insertions, 0 deletions