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

Double wildcards in the the index name can cause a request to hang #4610

Closed
imotov opened this issue Jan 3, 2014 · 1 comment · Fixed by #4611
Closed

Double wildcards in the the index name can cause a request to hang #4610

imotov opened this issue Jan 3, 2014 · 1 comment · Fixed by #4611

Comments

@imotov
Copy link
Contributor

imotov commented Jan 3, 2014

Double wildcards with non-matching index pattern can cause Regex#simpleMatch to go into infinite loop. To reproduce, call Regex.simpleMatch("**ddd", "fff").

@kimchy
Copy link
Member

kimchy commented Jan 3, 2014

LGTM

@imotov imotov closed this as completed in 49d0ced Jan 3, 2014
brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants