Also ignore javax. Now on init order ob.
This commit is contained in:
@@ -135,7 +135,7 @@ public class MappingExecutorUtil
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (className.startsWith("java/") || className.startsWith("netscape/"))
|
if (className.startsWith("java/") || className.startsWith("netscape/") || className.startsWith("javax/"))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user