|
|
|
@ -2,6 +2,7 @@ package com.fr.file;
|
|
|
|
|
|
|
|
|
|
import com.fr.base.BaseUtils; |
|
|
|
|
import com.fr.base.FRContext; |
|
|
|
|
import com.fr.base.io.FineEncryptUtils; |
|
|
|
|
import com.fr.base.io.XMLEncryptUtils; |
|
|
|
|
import com.fr.design.file.NodeAuthProcessor; |
|
|
|
|
import com.fr.design.gui.itree.filetree.FileNodeComparator; |
|
|
|
@ -388,7 +389,7 @@ public class FileNodeFILE implements FILE {
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
return envPath.endsWith(".cpt") || envPath.endsWith(".frm") |
|
|
|
|
? XMLEncryptUtils.decodeInputStream(EncryptUtils.decodeInputStream(in)) : in; |
|
|
|
|
? XMLEncryptUtils.decodeInputStream(EncryptUtils.decodeInputStream(FineEncryptUtils.decode(in))) : in; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|