Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring EL does not allow '\0' characters [SPR-16032] #20581

Closed
spring-projects-issues opened this issue Oct 2, 2017 · 1 comment
Closed

Spring EL does not allow '\0' characters [SPR-16032] #20581

spring-projects-issues opened this issue Oct 2, 2017 · 1 comment
Assignees
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

Comments

@spring-projects-issues
Copy link
Collaborator

Tony Zeng opened SPR-16032 and commented

Tokenizer class uses the ch == 0 to check whether this expression reaches end, making it is impossible to use \0 in Spring EL like following:

#{#str?.split('\0')}

Affects: 4.3.11, 5.0 GA

Reference URL: #1540 (comment)

Referenced from: commits 03b6828, d0d4421

Backported to: 4.3.12

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Thanks for raising this! Fixed through a larger revision of our Tokenizer implementation which turned out to have a few more quirks (including a double process() invocation!)

@spring-projects-issues spring-projects-issues added type: bug A general bug status: backported An issue that has been backported to maintenance branches in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 5.0.1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants