-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
For export, the form is submit with GET method and the URI parameters are not "URIEncoded"
In particular, the date format is split because of the character '+'
The sent request is:
plugins/search/search/export.xls?date=2010-02-06T00:00:00.000+01:00
instead of :
plugins/search/search/export.xls?date=2010-02-06T00%3A00%3A00.000%2B01%3A00