• jiangwei513's avatar
    Add PluginClassLoader plugin loader isolation mechanism · ac476109
    jiangwei513 authored
    	Different plug-ins should not be able to obtain other plug-ins through reflection resource.
    
    	PluginClassloader for each plug-in classes and resources provides a local isolation mechanism
    	that will safeguard their load classes and resources, when loading plugin all the resources
    	and classes only in PluginClassloader , and does not exist in the parent Classloader.
    
    	When the plugin needs to load a resource, it will first load plugins own resources in PluginClassloader,
    	and secondly then required to load in the parent Classloader
    ac476109
Name
Last commit
Last update
..
bin Loading commit data...
conf Loading commit data...
database Loading commit data...
i18n Loading commit data...
java Loading commit data...
javadoc/jdk15 Loading commit data...
plugins Loading commit data...
resources Loading commit data...
security Loading commit data...
spank Loading commit data...
test Loading commit data...
tools/anttask/org/jivesoftware/ant Loading commit data...
web Loading commit data...