DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18312>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18312 [PATCH] New tokenfilter for filterchain Summary: [PATCH] New tokenfilter for filterchain Product: Ant Version: 1.6Alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This filter tokenizes the input stream and embeds tokenhandlers to filter/modify the stream. some examples <filterchain> <tokenfilter> <replaceregex pattern="([^/s]+)" replace="[\1]" flags="g"/> </tokenfiter> </filterchain> Other examples are given in the html doc update to filterchain.