Fix ConfigurationPropertyName.equals for uppercase
Commit 7f35f8a9 for gh-14665 was unfortunately incomplete as it didn't account for uppercase values. The run-off while loop should have used `Character.toLowerCase` in the same way as the main while loop. Fixes gh-15152
Showing
Please register or sign in to comment