FSchumacher commented on pull request #309: URL: https://github.com/apache/tomcat/pull/309#issuecomment-650099473
That could lead to a StackOverflowError. ``` @Test public void testReplacePropertiesRecursively() { Properties properties = new Properties(); properties.setProperty("replaceMe", "something ${replaceMe}"); IntrospectionUtils.replaceProperties("${replaceMe}", properties, null, null); } ``` Perhaps we should add a max depth parameter here? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org