Skip to content

Commit

Permalink
SEAMSERVLET-32
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gastaldi committed Mar 25, 2011
1 parent 873f535 commit 95747ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public class ImplicitServletObjectsHolder {

private ServletContext servletCtx;

private final ThreadLocal<ServletRequestContext> requestCtx = new ThreadLocal<ServletRequestContext>() {
private final ThreadLocal<ServletRequestContext> requestCtx = new InheritableThreadLocal<ServletRequestContext>() {
@Override
protected ServletRequestContext initialValue() {
return null;
Expand Down

0 comments on commit 95747ed

Please sign in to comment.