Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-6147

Profile.getModifiedDeployments() does not ignore .bak file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • JBossAS-5.0.0.GA
    • JBossAS-5.0.0.CR2
    • ProfileService
    • None

    Description

      The Profile.getModifiedDeployments() does not ignore suffixes from the exclude list.

      There is already a filter used for the bootstrap scanners, but this would need to be used for the getModifiedDeployments()

      <!-- A filter for excluding files from the scanner -->
      <bean name="DeploymentFilter" class="org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter">
      <!-- Files starting with theses strings are ignored -->
      <property name="prefixes">#,%,\,,.,_$</property>
      <!-- Files ending with theses strings are ignored -->
      <property name="suffixes">#,$,%,~,\,v,.BAK,.bak,.old,.orig,.tmp,.rej,.sh</property>
      <!-- Files matching with theses strings are ignored -->
      <property name="matches">.make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags</property>
      </bean>

      Attachments

        Activity

          People

            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: