mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
针对issue#I4W5FS@Gitee存在其他特殊情况处理
This commit is contained in:
parent
919dbca570
commit
8f8abcd918
@ -45,7 +45,7 @@ public class FileNameUtil {
|
|||||||
/**
|
/**
|
||||||
* 特殊后缀
|
* 特殊后缀
|
||||||
*/
|
*/
|
||||||
private static final CharSequence[] SPECIAL_SUFFIX = {"tar.bz2", "tar.Z", "tar.gz"};
|
private static final CharSequence[] SPECIAL_SUFFIX = {"tar.bz2", "tar.Z", "tar.gz", ".tar.xz"};
|
||||||
|
|
||||||
|
|
||||||
// -------------------------------------------------------------------------------------------- name start
|
// -------------------------------------------------------------------------------------------- name start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user