Scala scripting: script bindings not thread safe
------------------------------------------------
Key: SLING-1221
URL: https://issues.apache.org/jira/browse/SLING-1221
Project: Sling
Issue Type: Bug
Components: Scripting
Reporter: Michael Dürig
Priority: Minor
Attachments: SLING-1221.patch
The current mechanism for passing bindings to a Scala script uses a (Scala)
object. Since objects have static context, bindings from concurrent executions
might overwrite each other.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.