Description
Problem lies on line 104 below:
On every request handled by restlet code (so, REST API or content, both are affected), the HTTP Request's path+"#modified" as key, and new Date() as value is put into context attributes, but no cleanup happens.
This leads on long running instances, on systems being asked for lot of content to a leak.