[ 
https://issues.apache.org/jira/browse/DIGESTER-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simone Tripodi closed DIGESTER-132.
-----------------------------------


included in Apache Commons Digester 3.0 release

> Add a CompoundSubstitutor to support more than one Substitutors at a time
> -------------------------------------------------------------------------
>
>                 Key: DIGESTER-132
>                 URL: https://issues.apache.org/jira/browse/DIGESTER-132
>             Project: Commons Digester
>          Issue Type: Improvement
>            Reporter: Tobias Demuth
>            Assignee: Simone Tripodi
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: CompoundSubstitutor.java, CompoundSubstitutorTest.java
>
>
> At the moment only one Substitutor at a time is allowed to be set. If 
> different classes configure the same Digester - for example due to 
> subclassing - the set Substitutor may be overridden accidently. This can be 
> easily avoided by using a CompoundSubstitutor which simply chains two 
> Substitutors together - any input will be first handled by Substitutor A and 
> then by Substitutor B.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to