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

Increase max regex length in SpEL expressions #30298

Closed
github-actions bot opened this issue Apr 6, 2023 · 1 comment
Closed

Increase max regex length in SpEL expressions #30298

github-actions bot opened this issue Apr 6, 2023 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression
Milestone

Comments

@github-actions
Copy link

github-actions bot commented Apr 6, 2023

Backport of gh-30265

@github-actions github-actions bot added in: core Issues in core modules (aop, beans, core, context, expression) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression labels Apr 6, 2023
@github-actions github-actions bot added this to the 5.3.27 milestone Apr 6, 2023
@sbrannen sbrannen self-assigned this Apr 6, 2023
sbrannen added a commit that referenced this issue Apr 6, 2023
This commit increases the max regex length in SpEL expressions from 256
to 1024 in order to support use cases where a regex may be rather long
without necessarily increasing the complexity of the regex.

Closes gh-30298
@sbrannen
Copy link
Member

sbrannen commented Apr 6, 2023

Closed in 6b19642

@sbrannen sbrannen closed this as completed Apr 6, 2023
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) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression
Projects
None yet
Development

No branches or pull requests

1 participant