-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
None
-
None
The DateRangePicker action does not validate the presence or correctness of any of its URL parameters. It is possible for some web clients (especially bots) to hit this URL without the correct parameters causing a stack trace in the log.
Add an error message in the case of invalid parameters (i.e. no fieldId param causes an NPE on line 71 of DateRangePicker.java).