You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Peter Lawrey (JIRA)" <ji...@apache.org> on 2009/11/16 17:39:39 UTC

[jira] Created: (FELIX-1871) fileinstall picks up hidden files and directories by default. This causes our JVM to crash.

fileinstall picks up hidden files and directories by default. This causes our JVM to crash.
-------------------------------------------------------------------------------------------

                 Key: FELIX-1871
                 URL: https://issues.apache.org/jira/browse/FELIX-1871
             Project: Felix
          Issue Type: Bug
    Affects Versions: fileinstall-2.0.4
            Reporter: Peter Lawrey


The file installer find our .svn directory and builds a .svn.jar from it every second.
It also checks it every second to see if its a valid JarFile and occasionally crashes the JVM (due to a bug reported to sun)
It would be better if hidden files/directories were ignored.  c.f. File.isHidden.

The workaround is to create a filter which ignored files starting with a '.'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.