https://issues.apache.org/bugzilla/show_bug.cgi?id=57314

--- Comment #13 from Jozef Hartinger <jozefhartin...@gmail.com> ---
> Well, it's not what I call EE integration then, which would be at the 
> container
> level, not at the application level limited to Servlets. This is too limited, 
> for example, it has no possibility to work with Websockets 

Sorry, this is just nonsense. We provide the exact type of integration that the
EE specification requires - that is integration with Servlet requests. For
different kinds of requests where integration is required, there are other
hooks we use.

> (note: in JBoss, it
> works by accident, and I actually had to back out a useful change because of
> your hack ...).

Storing data in a ThreadLocal is a hack? It is the only way to implement
functionality needed by many frameworks. Unfortunately, unlike other Servlet
implementations, Tomcat provides no way of achieving this reliably.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to