We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exchangis-datasource
exchangis-server启动时从安装目录的exchangis-extds目录加载扩展数据源配置,在LocalExchangisDataSourceLoader 的init方法中判断loadClassPath是否以文件分割符结尾时追加文件分割符,此处判断逻辑取反了
Red Hat 4.8.5-44
if (StringUtils.endsWith(loadClassPath, File.separator)) { loadClassPath = loadClassPath + File.separator; }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
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
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: