Skip to content

PatternMatchUtils infinite loop bug [SPR-12971] #17563

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
spring-projects-issues opened this issue Apr 30, 2015 · 0 comments
Closed

PatternMatchUtils infinite loop bug [SPR-12971] #17563

spring-projects-issues opened this issue Apr 30, 2015 · 0 comments
Assignees
Labels
status: backported An issue that has been backported to maintenance branches type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

[email protected] opened SPR-12971 and commented

org.springframework.util.PatternMatchUtils has an infinite loop bug.

Repro:

PatternMatchUtils.simpleMatch("**a", "*");

tested on spring-core-3.2.8 and 4.1.0


Affects: 3.2.8, 4.1 GA

Referenced from: commits ed9769a, db80378, 8e074b6

Backported to: 3.2.14

@spring-projects-issues spring-projects-issues added type: bug A general bug status: backported An issue that has been backported to maintenance branches labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 4.1.7 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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