Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This change fixes a bug in the response serialization in case a Timestamp value was provided. In this case the wrong offset was determined. The change removes the offset handling completely because it is actually sufficient to write the response in UTC time zone.
Further more the precision restriction for JSON responses was removed. In case there is a higher precision, it is simply truncated. This allows for example to write an etag value with a micro second precision for a json formatted response.