Re: [Commons-Digester] Question regarding next commons-digester Release

2009-01-05 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Thanx a lot :) Volker Rahul Akolkar schrieb: > On Mon, Jan 5, 2009 at 4:03 AM, Volker Karlmeier > wrote: Hello Digester-Freaks, > > I have entered an extension/a patch in Jira (digester-131). Might > it be possible for you t

[Commons-Digester] Question regarding next commons-digester Release

2009-01-05 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Digester-Freaks, I have entered an extension/a patch in Jira (digester-131). Might it be possible for you to check if this extension could be included in next release ? Would free me from the need to use custom classes that overwrite digester fu

[PATCH] only in debug-mode: when entityURL is null, it cannot be

2008-11-16 Thread Volker Karlmeier
log.debug(" Cannot resolve entity: '" + entityURL + "'"); ~ } ~ return (null); - -- - --- Volker Karlmeier Friedrich-Freye-Str. 61 45481 Mülheim/Ruhr Tel. : (+49) 208-7785675 Mobil: (+49) 176-21056587 M

[PATCH] commons-digester / Allow recursive match in ExtendedBaseRules.java

2008-11-16 Thread Volker Karlmeier
rn=parentPattern.substring(0, parentLastIndex); +} + +} + + ~ // Universal all wildards ('!*') ~ // These are always matched so always add them ~ List tempList = (List) this.cache.get("!*"); - ---