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.
--
Claire Boussard
CRIP-IUFM
IUFM de l'académie de Grenoble
Université Joseph Fourier
04 56 52 07 90
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org