Details
-
Bug
-
Resolution: Fixed
-
Critical
-
6.6.0
-
Untriaged
-
1
-
Unknown
-
CX Sprint 203, CX Sprint 204, CX Sprint 205, CX Sprint 206, CX Sprint 207
Description
In some case, for example, providing a pattern such as [a-b0-9.* without properly closing the bracket, would result in a failure that the provided pattern is invalid. However, this is a valid pattern, in the above case, the open (unclosed) bracket should be escaped as this is a literal and not a character class case.
Such cases should be handled properly, as the above could be a valid file name that is [a-b0-9.json for example.
Attachments
Issue Links
- links to