[ 
https://jira.codehaus.org/browse/MSHARED-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=341270#comment-341270
 ] 

Björn Michael commented on MSHARED-198:
---------------------------------------

Thank you.
The triple 'a' case has already been fixed in http://svn.apache.org/r1352151 
[MSHARED-228] MultiDelimiterInterpolatorFilterReaderLineEnding() does not 
filter after a token is escaped Submitted by Graham Leggett.


> custom delimiters doesn't work as expected
> ------------------------------------------
>
>                 Key: MSHARED-198
>                 URL: https://jira.codehaus.org/browse/MSHARED-198
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-filtering
>    Affects Versions: maven-filtering-1.0
>            Reporter: Björn Michael
>            Assignee: Robert Scholte
>             Fix For: maven-filtering-1.2
>
>
> The algorithm doesn't work as described in 
> http://maven.apache.org/plugins/maven-resources-plugin/apidocs/org/apache/maven/plugin/resources/ResourcesMojo.html#delimiters
> The implementation of 
> org.apache.maven.shared.filtering.MultiDelimiterInterpolatorFilterReaderLineEnding.read()
>  contains several bugs
> if the first letter of the endToken is contained in the propertyname then the 
> property is not filtered.
>   (e.g. abcFILTER.a.MEabc)
> if the first letter of the endToken is contained in the startToken then the 
> property is not filtered.
>   (e.g. aaaFILTER.a.MEaaa)
> {code:xml}
> <plugin>
>   <artifactId>maven-resources-plugin</artifactId>
>   <configuration>
>    <useDefaultDelimiters>false</useDefaultDelimiters>
>    <delimiters>
>      <delimiter>aaa*aaa</delimiter>
>      <delimiter>abc*abc</delimiter>
>    </delimiters>
>   </configuration>
> </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to