aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

GraphClassLoader.hasVisibilityOf does not check system class loaders #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies of r4248

GraphClassLoader.hasVisibilityOf does not check supplied class loader
against that of the hierarchy of parent class loaders (including, for
example, the web application class loader and the system class loader),
only the chain of module class loader delegates.

This leads to unnecessary cloning of session objectsin
ModuleAwareWrapperHttpSession

Original issue reported on code.google.com by philzoio...@googlemail.com on 15 Jun 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Fixed with r4249

Original comment by philzoio...@googlemail.com on 15 Jun 2009 at 10:31

GoogleCodeExporter commented 9 years ago
Changed milestone to 1.0 RC1

Original comment by philzoio...@googlemail.com on 21 Sep 2009 at 9:30