Author: peterreilly
Date: Wed Apr 2 13:39:15 2008
New Revision: 644044
URL: http://svn.apache.org/viewvc?rev=644044&view=rev
Log:
bugzilla 44731: index out of bound in globmapper (due to overlap)
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=644044&r1=644043&r2=644044&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Wed Apr 2 13:39:15 2008
@@ -55,6 +55,9 @@
* ManifestClassPath throws when a relative path would traverse the file
system root. Bugzilla
report 44499.
+
+ * <globmapper> had an indexoutofbounds when the prefix and postfix
overlapped. Bugzilla report
+ 44731.
Other changes:
--------------