From e15f867c9a7e9786968e03f8e55f8174159ec92d Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Thu, 5 Feb 2004 22:55:37 +0000 Subject: [PATCH] PR: 19301 Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276028 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 9e91b96ee..d8ce1d44c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -6,6 +6,10 @@ Changes that could break older environments: Fixed bugs: ----------- +* Remove a recursive template call in the junit xsls that could trigger a stack + overflow. It now uses Xalan extensions to call a Java class directly. + Bugzilla Report 19301 + * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936.