-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b79
-
generic
-
generic
javax.script.ScriptContext specifies ENGINE_SCOPE and GLOBAL_SCOPE. But, user should still be able to plugin his own ScriptContext implementation that allows more scopes for his application. But, the JavaScript engine in Mustang supports only the engine and the global scopes. Arbitrary scopes don't work as expected. Please find the test case (Test.java and MyContext.java) in attachments.
- duplicates
-
JDK-6398615 JavaScript: can't use user specified scope in ScriptContext
- Closed