Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] #413

Open
1 of 2 tasks
maofengHan opened this issue Nov 9, 2023 · 1 comment
Open
1 of 2 tasks

[Bug] #413

maofengHan opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maofengHan
Copy link

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!
@maofengHan maofengHan added the bug Something isn't working label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@maofengHan and others