imagej / imagej-server

A RESTful web server for ImageJ [EXPERIMENTAL]
Apache License 2.0
38 stars 17 forks source link

Fix undesired object registration #28

Closed PetrBainar closed 5 years ago

PetrBainar commented 5 years ago

After the recent update, "ghost" objects started to appear on the server. Investigations have shown that these were serialized startingValue objects from the resolved inputs of a given module and were registered by the DefaultObjectService upon the module information retrieval.