Bug#650015: [websvn] Workaround

2014-08-13 Thread Carsten Kosthorst
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'] = ''; becomes $vars['compare_form'] = ''; I think, the same should be applied to listing.php, but I don't use this one. Ma

Bug#650015: [websvn] Workaround

2012-01-11 Thread Claire Boussard
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'] = 'action="'.$config->getURL($rep, '', 'comp').'" id="compare">'; becomes $vars['compare_form'] = 'action="'.$config->getURL($rep, '', 'comp').'" id="comp