Skip to content

Commit 3e036e3

Browse files
committed
Support jars because we are in java land.
1 parent 0b49fcb commit 3e036e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cpw/mods/niofs/layzip/LayeredZipFileSystemProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class LayeredZipFileSystemProvider extends PathFileSystemProvider
1919
public static final String INDICATOR = "!";
2020
public static final String SEPARATOR = INDICATOR + "/";
2121

22-
public static final String URI_SPLIT_REGEX = "((?<=(\\.zip)(?!(\\!))\\/)|\\!\\/)";
22+
public static final String URI_SPLIT_REGEX = "((?<=(\\.zip)(?!(\\!))\\/)|(?<=(\\.jar)(?!(\\!))\\/)|\\!\\/)";
2323

2424

2525
@Override

0 commit comments

Comments
 (0)