-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
Each request should have a timestamp attached to it by a filter that processes each request.
The timestamp should be accessible to Confluence via a thread-local and a request attribute. Operations which are concerned about exact timings should use this timestamp rather than creating a new date or checking System.currentTimeMillis.
The timestamp should be accessible to web interface clients as a response header and an HTML meta tag.