Christopher Tubbs created ACCUMULO-1514:
-------------------------------------------
Summary: AccumuloVFSClassloader incorrectly treats folders as
folders of jar files
Key: ACCUMULO-1514
URL: https://issues.apache.org/jira/browse/ACCUMULO-1514
Project: Accumulo
Issue Type: Bug
Reporter: Christopher Tubbs
Fix For: 1.6.0
Specifying a directory of classes is incorrectly interpreted as a directory of
jars in the general.dynamic.classpaths configuration property.
Example: adding a path such as *_$ACCUMULO_HOME/core/target/classes_* gets
incorrectly interpreted as *_$ACCUMULO_HOME/core/target/classes/\*_* and
evaluates to *_$ACCUMULO_HOME/core/target/classes/org_* and
*_$ACCUMULO_HOME/core/target/classes/META-INF_*, but *NOT* to
*_$ACCUMULO_HOME/core/target/classes_* as expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira