-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.13.0, 7.12.4, 7.11.11, 7.10.17
-
None
Problem
- Open the Get Jobs REST API reference docs
- Scroll down to the example section
- The example request URL does not encode the date values correctly
- E. g. 2012-07-17T17:00:00.000+0200 should actually be 2012-07-17T17:00:00.000%2b0200
- The plus sign is encoded as space so the date value is malformed
- An error is shown Cannot convert value \"...\" to java type java.util.Date
- E. g. 2012-07-17T17:00:00.000+0200 should actually be 2012-07-17T17:00:00.000%2b0200
Solution
Make sure that all example URLs in the REST API reference docs use correctly encoded URLs for date values
Hint
Check also all other places, e. g. Get Metrics in Interval