"adrian(a)jboss.org" wrote :
| The way I see it, is that there are three changes required.
|
| 1) The ability to map a vfs url to a real (top level) url
|
All we need to support in the absence of a custom policy that can deal with vfs* urls are
top level urls. Permissions on nested elements is overkill when dealing with urls.
"adrian(a)jboss.org" wrote :
| 2) Implementation of a VFSPermission that also implies the real url permission
| (e.g. FilePermission for vfsfile:)
|
This a function of the underlying URLConnection, so another reason not to leverage the
java.net.url layer long term. In the interim it looks necessary.
I agree on 3) as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188556#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...