[jboss-jira] [JBoss JIRA] Created: (JBAS-6147) Profile.getModifiedDeployments() does not ignore .bak file
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Tue Oct 28 08:47:21 EDT 2008
Profile.getModifiedDeployments() does not ignore .bak file
----------------------------------------------------------
Key: JBAS-6147
URL: https://jira.jboss.org/jira/browse/JBAS-6147
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ProfileService
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Emanuel Muckenhuber
Assignee: Emanuel Muckenhuber
Fix For: JBossAS-5.0.0.GA
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list