[equinox-dev] Re: Missing doPriv when creating a new URL with a custom handler for internal protocols

2008-03-12 Thread Karl Pauls
And another one this time regarding file permission: java.security.AccessControlException: access denied (java.io.FilePermission /Users/pauls/equinox/configuration/org.eclipse.osgi/bundles/1/1/bundlefile read) at

[equinox-dev] Missing doPriv when creating a new URL with a custom handler for internal protocols

2008-03-12 Thread Karl Pauls
Hi, it looks to me like there is a missing doPriv around creating a new URL with a custom handler: java.security.AccessControlException: access denied (java.net.NetPermission specifyStreamHandler) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)

Re: [equinox-dev] Re: Missing doPriv when creating a new URL with a custom handler for internal protocols

2008-03-12 Thread Thomas Watson
Hi Karl, Can you open a bug report against Equinox-Framework about this. This sounds like a bug. Tom From: Karl Pauls [EMAIL PROTECTED]