Skip to content

fix: Fix Comfiguration类中checkPath方法未生效的问题#2144

Merged
TrafalgarLuo merged 1 commit intoalibaba:masterfrom
saligia-tju:master
Aug 20, 2024
Merged

fix: Fix Comfiguration类中checkPath方法未生效的问题#2144
TrafalgarLuo merged 1 commit intoalibaba:masterfrom
saligia-tju:master

Conversation

@saligia-tju
Copy link
Contributor

checkPath的方法逻辑是将path按照"."分割,然后判断路径层次之间不能出现空白字符,但误写成了将"."使用空格分割(Null separator means use whitespace),因此这段代码永远不会抛出异常。

 checkPath的方法逻辑是将path按照"."分割,然后判断路径层次之间不能出现空白字符,但误写成了将"."使用空格分割(Null separator means use whitespace),因此这段代码永远不会抛出异常。
@saligia-tju saligia-tju changed the title [BugFix] Fix Comfiguration类中checkPath方法未生效的问题 fix: Fix Comfiguration类中checkPath方法未生效的问题 Aug 12, 2024
@TrafalgarLuo TrafalgarLuo merged commit d9f5477 into alibaba:master Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants