basil opened a new pull request #152: URL: https://github.com/apache/ant/pull/152
See [#149 (comment)](https://github.com/apache/ant/pull/149#issuecomment-884318912). Similar to what #151 did for `findResources(String, boolean)`, this PR amends `getRootLoader()` to invoke the correct method to get the parent. The `getParent()` method returns the immutable `parent` field from the parent `ClassLoader` class, which is not used by `AntClassLoader`. The correct method is `getConfiguredParent()` (introduced in commit 26f846b83), which returns the mutable `parent` field from the `AntClassLoader` class. **Untested.** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
