-
Bug
-
Resolution: Done
-
Major
-
1.1.0.CR2
-
None
ChildPathFilter.equals() checks if the given object is an instance of type EqualsPathFilter, so that the method always returns false when called with an ChildPathFilter as argument.
This problem can lead to problems when resolving dependencies during installation of a module in JBoss 7.
The attached pull request resolves this issue in my environment.