Make length limit for SpEL expressions configurable #30548
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
In #30325 a hard length limit of 10.000 characters was introduced for SpEL expressions.
We are currently using SpEL expressions in a context where this limit could be exceeded. Unfortunately, I couldn't find an explanation as to why this change happened. As the limit was not enforced before either, I would propose to make it configurable and only set the default limit to 10.000.
Are there any reasons that I missed which made it necessary to introduce this limit and would not allow to make it configurable?
The text was updated successfully, but these errors were encountered: