[Nagiosplug-devel] [ nagiosplug-Bugs-747759 ] check_http cannot follow redirects with queries in them
SourceForge.net
noreply at sourceforge.net
Tue Jun 24 22:11:01 CEST 2003
Bugs item #747759, was opened at 2003-06-02 17:26
Message generated for change (Comment added) made by kdebisschop
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=747759&group_id=29880
Category: None
Group: CVS
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Ted Cabeen (secabeen)
Assigned to: Karl DeBisschop (kdebisschop)
Summary: check_http cannot follow redirects with queries in them
Initial Comment:
The check_http plugin cannot follow HTTP redirections
to Locations that have GET queries in them.
The URI_PATH define in check_http.c is missing many
valid URI characters, including '?' and '&', both of
which are critical in GET queries. Can you please
change the URI_PATH define to allow for all of the
characters that are valid in the path portion of a URI?
Thanks.
----------------------------------------------------------------------
>Comment By: Karl DeBisschop (kdebisschop)
Date: 2003-06-25 01:10
Message:
Logged In: YES
user_id=1671
updated per RFC 2396
----------------------------------------------------------------------
Comment By: Karl DeBisschop (kdebisschop)
Date: 2003-06-11 06:44
Message:
Logged In: YES
user_id=1671
added ?&#; for immediate fix -- need to look up RFC to see
what is valid.
(seems like that could be a large class, if you allow unicde)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=747759&group_id=29880
More information about the Devel
mailing list