[
https://issues.apache.org/jira/browse/ACCUMULO-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808193#comment-13808193
]
ASF subversion and git services commented on ACCUMULO-1514:
-----------------------------------------------------------
Commit fb25913c5b9d1d9615dd32807b6583c558794e49 in branch refs/heads/master
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=fb25913 ]
I jumped the gun
Revert "ACCUMULO-1514 Dynamic classloader now has same behavior as general
classloader"
This reverts commit 2f5974ca62ac58b07a53e021652f4b80756dc07d.
> 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
> Assignee: John Vines
> 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 was sent by Atlassian JIRA
(v6.1#6144)