aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Should make configurable whether to use Thread context class loader #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of r3841

Currently any web request goes through
ThreadContextClassLoaderHttpServiceInvoker, which will set the Thread
context class loader to that of the module which is receiving the request
invocation. 

In general, this is desirable, but at times may not be necessary, for
example, if you know that the application does not rely on this behaviour
in any place.

Original issue reported on code.google.com by philzoio...@googlemail.com on 18 Apr 2009 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 23 Apr 2009 at 8:13

GoogleCodeExporter commented 9 years ago
Fixed with r4061 - moving to 1.0M6

Original comment by philzoio...@googlemail.com on 15 May 2009 at 11:12