diff options
author | Simon McVittie <smcv@debian.org> | 2017-05-14 15:06:01 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-05-14 15:39:21 +0100 |
commit | 60cb2ac458dc8dea3b6a72abe52dcb1cd05617a4 (patch) | |
tree | d183ea54c82b4d97e1a78fbe845e387d1dd7d5b1 /debian | |
parent | 26ded176534a56ff93c464785aa446fb2f8c3cf7 (diff) | |
download | ikiwiki-60cb2ac458dc8dea3b6a72abe52dcb1cd05617a4.tar ikiwiki-60cb2ac458dc8dea3b6a72abe52dcb1cd05617a4.tar.gz |
cgierror: When the CGI fails, print the error to stderr, not "Died"
$@ could be clobbered by the "exception handler", and in practice
it seems that it is. This can be seen on stderr of t/git-cgi.t.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 005c811d3..a92e3711e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ikiwiki (3.20170112) UNRELEASED; urgency=medium * Guard against set-but-empty REMOTE_USER CGI variable on misconfigured nginx servers, and in general treat sessions with a set-but-empty name as if they were not signed in. + * When the CGI fails, print the error to stderr, not "Died" -- Simon McVittie <smcv@debian.org> Sun, 14 May 2017 15:34:52 +0100 |