Commit aef12ea
committed
fix(thymeleaf): restore case-insensitive resolver matching in EngineFactory
The switch-expression refactor made the ClassLoader/Url arms case-
sensitive (exact match) while only the File arm kept equalsIgnoreCase —
the pre-refactor if/else matched all three case-insensitively. Restore
equalsIgnoreCase on all three arms so non-standard-cased property values
(e.g. fully-uppercase class names) behave identically to 1.0.x/2.0.x.
14 thymeleaf tests green.1 parent 11f479d commit aef12ea
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments