Skip to content
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

bypassing security manager in opensearch #44

Open
eroux opened this issue Apr 11, 2024 · 0 comments
Open

bypassing security manager in opensearch #44

eroux opened this issue Apr 11, 2024 · 0 comments

Comments

@eroux
Copy link
Collaborator

eroux commented Apr 11, 2024

Current message is

java.security.AccessControlException: access denied ("java.io.FilePermission" "src/main/resources/bo-stopwords.txt" "read")
	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:488) ~[?:?]
	at java.base/java.security.AccessController.checkPermission(AccessController.java:1071) ~[?:?]
	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:411) ~[?:?]
	at java.base/java.lang.SecurityManager.checkRead(SecurityManager.java:742) ~[?:?]
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:141) ~[?:?]
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:106) ~[?:?]
	at io.bdrc.lucene.bo.CommonHelpers.getResourceOrFile(CommonHelpers.java:28) ~[?:?]
eroux added a commit that referenced this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant