spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.72k stars 38.15k forks source link

Fix EvalTag#resolveImplicitVariable not working #33945

Open micopiira opened 9 hours ago

micopiira commented 9 hours ago

The order of parameters passde to ELResolver#getValue was incorrect. The name should correspond to the 'property' parameter of the getValue method instead 'base'

Fixes #33942