Code

When following redirects, the plugin supported 'Location:' header fields
authorHolger Weiss <hweiss@users.sourceforge.net>
Fri, 15 Jun 2007 18:37:13 +0000 (18:37 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Fri, 15 Jun 2007 18:37:13 +0000 (18:37 +0000)
commitba3112f4c9e6521901ee2ad6e4268e1f06740b5a
tree0182b8a607fe5876159b39277b04c5351ab3adce
parent0dc4801791d956c3d4d2059b6fcdd249fe152df5
When following redirects, the plugin supported 'Location:' header fields
which spanned multiple lines.  However, it was not checked whether extra
lines are preceeded with white space, which could lead to the following
header field name being interpreted as the value of the 'Location:'
field if the latter was empty for some reason.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1741 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c