Skip to content

SPR-16032 - Fix tonkenizer #1540

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

Closed
wants to merge 1 commit into from
Closed

Conversation

zzt93
Copy link

@zzt93 zzt93 commented Sep 29, 2017

It uses the ch == 0 to check whether this expression reaches end, makes me impossible to use \0 in Spring EL like following:

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

It uses the `ch == 0` to check whether this expression reaches end, makes me impossible to use `\0` in Spring EL.
@snicoll
Copy link
Member

snicoll commented Sep 29, 2017

@zzt93 please create a Jira issue for this change.

@zzt93
Copy link
Author

zzt93 commented Oct 2, 2017

@snicoll Jira issue created.

@snicoll snicoll changed the title fix tonkenizer SPR-16032 - Fix tonkenizer Oct 2, 2017
@jhoeller
Copy link
Contributor

jhoeller commented Oct 4, 2017

Superseded by a larger revision of the Tokenizer implementation (which was quite overdue already), as mentioned on JIRA. Thanks for the pull request, in any case!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants