Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.2, 1.9-beta-3
-
None
-
None
Description
Date and Calendar contain references to themselves, and the standard object properties serialization logic tries to serialize an infinite chains of such references, yielding a stack overflow error.
The idea is to serialize those dates and calendars into ISO-8601 compliant date strings, that are also parseable from JavaScript with Date.parse(...).