proxy-vole
proxy-vole copied to clipboard
Added support for rhino scripting engine based PAC evaluation
Support for optional Rhino scripting engine PAC evaluation. Nashorn is kept as default.
#41 was merged but then Nashorn was dropped from JDK 11.
Also, we got a lot of requests that Nashorn is very slow (https://youtrack.jetbrains.com/issue/IDEA-202661, https://youtrack.jetbrains.com/issue/IDEA-203926).
So, this PR is wanted to be merged :)
As Nashorn is deprecated, I suggest simply revert #41 (I can prepare PR (https://github.com/JetBrains/intellij-deps-proxy-vole/commit/3b9870c521ad1aab763753395987c7a772a9ba0b)). No need to add ability to use Nashorn as it is deprecated.