Browse Source

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
master
Stephane Bailliez 21 years ago
parent
commit
e15f867c9a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      WHATSNEW

+ 4
- 0
WHATSNEW View File

@@ -6,6 +6,10 @@ Changes that could break older environments:


Fixed bugs: 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. * Translate task does not remove tokens when a key is not found.
It logs a verbose message. Bugzilla Report 13936. It logs a verbose message. Bugzilla Report 13936.




Loading…
Cancel
Save