You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When archive contains a file with name like [].txt or [.txt and unar is invoked like this: unar brackets.zip "brackets/[].txt"
or unar brackets.zip "brackets/[.txt"
The error message is: Uncaught exception XADRegexException, reason: Could not compile regex "^brackets/[]\.txt$": Unmatched [, [^, [:, [., or [=
A name with only a closing bracket e.g. ].txt seems to be OK: unar brackets.zip "brackets/].txt"
Version: 1.10.1
When archive contains a file with name like
[].txt
or[.txt
and unar is invoked like this:unar brackets.zip "brackets/[].txt"
or
unar brackets.zip "brackets/[.txt"
The error message is:
Uncaught exception XADRegexException, reason: Could not compile regex "^brackets/[]\.txt$": Unmatched [, [^, [:, [., or [=
A name with only a closing bracket e.g.
].txt
seems to be OK:unar brackets.zip "brackets/].txt"
Example archive:
brackets.zip
Thanks.
The text was updated successfully, but these errors were encountered: