From 521890b4299b52da126e78d4d1e0974bd7db1712 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 2 Apr 2008 20:39:15 +0000 Subject: [PATCH] bugzilla 44731: index out of bound in globmapper (due to overlap) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@644044 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index b275bfff9..dc082ff4b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -55,6 +55,9 @@ Fixed bugs: * ManifestClassPath throws when a relative path would traverse the file system root. Bugzilla report 44499. + + * had an indexoutofbounds when the prefix and postfix overlapped. Bugzilla report + 44731. Other changes: --------------