Bugfix in reset_variables (base/utils.c)
Ethan Galstad
nagios at nagios.org
Wed Feb 2 18:59:56 CET 2005
Thanks - patch will be in CVS later today.
On 31 Jan 2005 at 11:34, seisen at linuxfr.org wrote:
> Hi,
>
> we are using Nagios bu through an apache with mod_proxy_html(1) in
> order to rewrite URLs in link/forms. mod_proxy_html parse the html as
> X tree and Nagios generated html is not valid.
>
> when cmd.c send:
> <tr><td CLASS='optBoxItem'><form method='post'
> action='cmd.cgi'></td><td> ...
>
> it gets rewritten by mod_proxy_html:
> <tr><td class="optBoxItem"><form method="post"
> action="cmd.cgi"></form><
>
> which obviously prevent the form from working.
>
> i modified two lines in cmd.c to move <form></form> outside of the
> <table></table>
>
> --
> GnuPG ID 1024D/112189D8
>
Ethan Galstad,
Nagios Developer
---
Email: nagios at nagios.org
Website: http://www.nagios.org
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
More information about the Developers
mailing list