[jboss-dev-forums] [Design of Security on JBoss] - Re: Policy Implementation for VFS

david.lloyd@jboss.com do-not-reply at jboss.com
Wed Oct 8 13:06:08 EDT 2008


I guess the simplest way to solve the problem is to have bogus URL handlers defined on the boot classpath for all the URL schemes we want, and then once the container is booted far enough, it can install a URLStreamHandlerFactory that loads the "correct" handler factories from then on.  This will work around the check that the URL constructor does.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181084#4181084

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



More information about the jboss-dev-forums mailing list