标签: java google-app-engine
我有一些第三方代码,它使用SecurityManager.checkPropertyAccess(...)来检查它是否可以访问系统属性。虽然我在appengine-web.xml中设置了系统属性,然后我可以通过AccessControlException访问该属性,但此方法抛出System.getProperty(...)。有办法解决这个问题吗?
SecurityManager.checkPropertyAccess(...)
AccessControlException
System.getProperty(...)
感谢您的帮助!
答案 0 :(得分:0)
根据应用引擎上的Sandbox我猜它是禁用的功能之一,因为它丢了AccessControlException