-
Notifications
You must be signed in to change notification settings - Fork 623
Reintroduce - Server.xml configuration error not detected. #33549
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
base: integration
Are you sure you want to change the base?
Reintroduce - Server.xml configuration error not detected. #33549
Conversation
3303317 to
528c6b6
Compare
dev/com.ibm.ws.config/resources/com/ibm/ws/config/internal/resources/ConfigMessages.nlsprops
Outdated
Show resolved
Hide resolved
dev/com.ibm.ws.config/resources/com/ibm/ws/config/internal/resources/ConfigMessages.nlsprops
Outdated
Show resolved
Hide resolved
528c6b6 to
66a2601
Compare
|
Found a server.xml file in WS-CD-Open having a back tick ` between elements. Note: Target locations of links might be accessible only to IBM employees. |
453a957 to
9f08987
Compare
|
#build Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Reintroduces #33455, but ignores zero-width characters. These characters don't interfere with the parsing and cannot be mistaken for a missing "<" on an element. These characters might be inserted during copy/paste operation:
U+200B: Zero Width Space
U+200C: Zero Width Non-Joiner
U+200D: Zero Width Joiner
U+FEFF: Zero Width No-Break Space (BOM)
U+2060: Word Joiner
The original PR detected and displayed an error message for 3 existing server.xml files which contained some of these invisible characters: