-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language detection does not work when a SecurityManager is enabled #141
Comments
If running the sample code with
The domain that did not have the required permissions was created by the I can see two solutions:
|
Hi Cristian @ctalau, thank you for this bug report. I will try to fix this bug soon. |
Hi @ctalau, I was able to reproduce your problem and wrapped the respective code with |
Out of curiosity, if the issue occurred while loading the language models, does the fix then also help when using |
If a
SecurityManager
is enabled in the JVM, the language detection does not work.Sample code to reproduce the issue:
Note that in my use-case, I am creating a plugin for an application, so I cannot disable the SecurityManager of the JVM.
The text was updated successfully, but these errors were encountered: