mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
针对issue#I4W5FS@Gitee存在其他特殊情况处理
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user