protected boolean isSystem( String path ) {
if( path.isEmpty() ) {
return false;
}
ICdeEnvironment env = getCdeEnvironment();
IContentAccessFactory factory = getContentAccessFactory( env );
path = StringUtils.strip( path.toLowerCase(), "/" );
if ( path.startsWith( getSystemDir( env ) ) ) {