You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Violeta Georgieva <vi...@apache.org> on 2016/09/13 16:24:07 UTC

Question about o.a.t.util.digester.Digester.useContextClassLoader

Hi,

There are places in org.apache.tomcat.util.digester.Digester that do not
consider useContextClassLoader.
I would like to ask whether this is intentional or I can change that and
use the provided classloader when useContextClassLoader is false.

Thanks a lot,
Violeta

Re: Question about o.a.t.util.digester.Digester.useContextClassLoader

Posted by Mark Thomas <ma...@apache.org>.
On 13/09/2016 17:24, Violeta Georgieva wrote:
> Hi,
> 
> There are places in org.apache.tomcat.util.digester.Digester that do not
> consider useContextClassLoader.
> I would like to ask whether this is intentional or I can change that and
> use the provided classloader when useContextClassLoader is false.

Digester has a getClassLoader() method that handles all logic. I don't
see any reason not to use that everywhere.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org