[jboss-dev-forums] [Design of POJO Server] - Re: VFS Permissions - JBMICROCONT-149

scott.stark@jboss.org do-not-reply at jboss.com
Tue Nov 11 13:31:11 EST 2008


"adrian at 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 at 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#4188556

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188556



More information about the jboss-dev-forums mailing list