You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my system I can't allow for read/write access to all System properties. Can this be changed to use System.getProperty(PURGE_ENABLED_KEY) or the like as I can allow for access to specific keys.
The text was updated successfully, but these errors were encountered:
I'm getting
access denied ("java.util.PropertyPermission" "*" "read,write")
error when using the IO Scheduler.Its coming from:
RxJava/src/main/java/io/reactivex/internal/schedulers/SchedulerPoolFactory.java
Line 93 in 13772a1
All this seems to be from what I could see is that it's trying to get purge options from the system properties.
In my system I can't allow for read/write access to all System properties. Can this be changed to use
System.getProperty(PURGE_ENABLED_KEY)
or the like as I can allow for access to specific keys.The text was updated successfully, but these errors were encountered: