Hi,

Claire Boussard wrote:

In the file /usr/share/websvn/log.php at line 399,
changing the method from get to post solves the problem.

That is :
$vars['compare_form'] = '<form method="get"
action="'.$config->getURL($rep, '', 'comp').'" id="compare">';

becomes

$vars['compare_form'] = '<form method="post"
action="'.$config->getURL($rep, '', 'comp').'" id="compare">';

I think, the same should be applied to listing.php, but I
don't use this one.

Making this change in comp.php fixed the problem for me.

        Carsten
--
apobyte
Systemadministration und Entwicklung
kostho...@apobyte.de
Inhaber: Thomas Böse e.Kfm.
Firmensitz: Münster
Registergericht: Amtsgericht Münster
Registernummer: HR A 5076
Fon: +49 251 131 09 - 0
Fax: +49 251 131 09 - 29


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to