[equinox-dev] Dropins support not fixed

2008-03-12 Thread Pascal Rapicault
Earlier today we contributed to the rebuild to address issues with the links and dropins folders. Unfortunately, the changes made it worst and now it no longer works (see bug 222370). That said, I'm making the claim that with p2 you (as someone adopting I builds every week) no longer need these m

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]>

[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 java.security.AccessControlContext.checkPermission(AccessControlContext.java

[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)