[Nagiosplug-devel] [ nagiosplug-Bugs-3552836 ] check_http does not handle ; in -k parameters

SourceForge.net noreply at sourceforge.net
Thu Aug 15 11:00:32 CEST 2013


Bugs item #3552836, was opened at 2012-07-31 16:03
Message generated for change (Comment added) made by svennierlein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3552836&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Cálestyo (calestyo)
>Assigned to: sni (svennierlein)
Summary: check_http does not handle ; in -k parameters 

Initial Comment:
Hi.

This is from the old / soon to be disabled again Nagios Plugins bug tracker that used to be at Nagios itself.
I've just copied this bug over. I'm not the original reporter and have no idea about the thoughts about this bug.

This used to be: http://tracker.nagios.org/view.php?id=237
--------------------------------------------------------------------------------
agflem:
--------------------------------------------------------------------------------
When I execute the following check the cookie value is broken up onto two lines, thus the check always returns a 400 error.

./check_http -H mysite.com -u http://mysite.com/home/index.aspx [^] -f follow
       -s Welcome -k 'Cookie: user=4reqrerqwr;userlogin=123adsfjlk324' -v

The cookie in the request looks like:
Cookie: user=4reqrerqwr
userlogin=123adsfjlk324

But should look like Cookie: user=4reqrerqwr;userlogin=123adsfjlk324 

----------------------------------------------------------------------

>Comment By: sni (svennierlein)
Date: 2013-08-15 02:00

Message:
fixed in git #5815864e6cda7c247b62d1c9e84349e5a678040f

----------------------------------------------------------------------

Comment By: sni (svennierlein)
Date: 2013-08-15 02:00

Message:
This problem is now fixed in Git. Thank you for your report.

----------------------------------------------------------------------

Comment By: Holger Weiss (hweiss)
Date: 2013-05-29 13:48

Message:
This is the same issue as reported in #3571331.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3552836&group_id=29880




More information about the Devel mailing list