Open
Description
Search before asking
- I searched the issues and found no similar issues.
Exchangis Component
exchangis-datasource
What happened + What you expected to happen
exchangis-server启动时从安装目录的exchangis-extds目录加载扩展数据源配置,在LocalExchangisDataSourceLoader 的init方法中判断loadClassPath是否以文件分割符结尾时追加文件分割符,此处判断逻辑取反了
Relevent platform
Red Hat 4.8.5-44
Reproduction script
if (StringUtils.endsWith(loadClassPath, File.separator)) {
loadClassPath = loadClassPath + File.separator;
}
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!