users@servlet-spec.java.net

[servlet-spec users] Clarification on CDI-452

From: John D. Ament <john.d.ament_at_gmail.com>
Date: Wed, 05 Oct 2016 00:40:58 +0000

All,

I'm looking for some kind of clarification on CDI-452, preferably from the
Servlet expert group. The CDI EG is implementing request context
management, which would allow application developers or framework
developers to activate/deactivate request contexts.

We have this ticket https://issues.jboss.org/browse/CDI-452 reported by Ed
Burns, I would assume on behalf of the Servlet EG (at least at some level).


Now I would say that we have this answered. However, the implication I'm
seeing in the ticket is that you're potentially expecting the beans
available in the original request to be available in the new async thread.

So I was wondering, is that actually expected? Or is it enough to say that
a new request context is available within that thread?

John