mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
This commit fixes a regression in PlaceHolderParser where it would no longer resolve nested placeholders for a case where the fallback has a placeholder itself. This is due to the Part implementations and how they are structure, and this commit makes sure that nested resolution happens consistently. Closes gh-34020