Antonio Gallardo wrote: > Hi Carsten, did you aware of > > <action dev="RG" type="fix" fixes-bug="COCOON-1742"> > The JDK 1.4 version of the EncodeURLTransformer did not work > properly as it was not matching just the > beginning of the string as the Jakarta-regexp version does. The > transformer was corrected to only match > the beginning of the string. In 2.1.9 this error can be > circumvented by configuring the transformer and > adding "*" to the end of each pattern. > </action> > Yes, our matcher does not use regexp, it's an own class which parsed and processes a pattern, so the bug is in our code :( (and this in fact for a very long time).
Carsten -- Carsten Ziegeler - Open Source Group, S&N AG http://www.s-und-n.de http://www.osoco.org/weblogs/rael/
