Spring EL does not allow '\0' characters [SPR-16032] #20581
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Tony Zeng opened SPR-16032 and commented
Tokenizer
class uses thech == 0
to check whether this expression reaches end, making it is impossible to use\0
in Spring EL like following:Affects: 4.3.11, 5.0 GA
Reference URL: #1540 (comment)
Referenced from: commits 03b6828, d0d4421
Backported to: 4.3.12
The text was updated successfully, but these errors were encountered: