Package: munin Version: 2.0~rc6-2 Severity: important As Alan Citterman <alan.citter...@nexgenwireless.com> noted :
------------ The dynamic zooming stopped working for me between munin-2.0rc5 and munin-2.0rc6. I found the issue related to munin-cgi-graph rejecting the request because ampersand characters occur in the QUERY_STRING (separating CGI parameters). Line 75 of master/_bin/munin-cgi-graph.in calls: has_offending_chars($ENV{QUERY_STRING}) but this function doesn't approve of ampersands. My quick fix was to duplicate the function as has_offending_chars_qs() adding ampersand to the list of allowed characters and to change line 75 to use it. ------------ A fix has already been commited upstream in r4877 & r4878. This bug is mostly to track the issue -- Steve Schnepp http://blog.pwkf.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org