Re: [PR] Fix empty appender ref recursion [logging-log4cxx]

2025-02-02 Thread via GitHub
rm5248 merged PR #472: URL: https://github.com/apache/logging-log4cxx/pull/472 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...

[PR] Fix empty appender ref recursion [logging-log4cxx]

2025-02-01 Thread via GitHub
rm5248 opened a new pull request, #472: URL: https://github.com/apache/logging-log4cxx/pull/472 If an appender-ref tag is added with no ref, parsing the XML file gets stuck in a recursive loop until the stack overflows. Check to make sure that the ref attribute is in the XML file. -- Th