From: Radek Rekas <Radek.Rekas(a)evalua.com.au>
Date: February 24, 2010 1:19:38 AM GMT+01:00
To: Vincent Massol <vincent(a)massol.net>
Subject: RE: [xwiki-users] Ampersands in livetable filtering column bug
Hi Vincent,
I've just tested this and it still occurs in XE 2.2
I've used firebug to check what requests are made when filtering and the problem
appears to be caused by ampersands not getting correctly url encoded. Below is the get
request made to LiveTableResults when I use a filter of "test & test" on the
"council" row in the live table. The spaces get url encoded along with other
characters but ampersands do not.
http://localhost:8080/xwiki/bin/view/XWiki/LiveTableResults?xpage=plain&…
Radek Rekas
----- Original Message -----
From: Vincent Massol <vincent(a)massol.net>
Sent: Tue, 23/2/2010 6:33pm
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] Ampersands in livetable filtering column bug
Hi,
On Feb 23, 2010, at 5:23 AM, Radek Rekas wrote:
We're using xwiki 2.03 and text with
ampersands in it breaks the livetable filtering feature.
Is there any fix to properly escape the text that gets entered into the filtering fields
on livetables or can anyone give me a pointer on where to start looking in order to fix
this?
AFAIK this was fixed in XE 2.2
Thanks
-Vincent