users@servlet-spec.java.net

[servlet-spec users] Re: Shouldn't CDI's HttpServletRequest, HttpSesison, etc producers be in Servlet?

From: arjan tijms <arjan.tijms_at_gmail.com>
Date: Thu, 6 Nov 2014 14:56:48 +0100

Hi,

On Wed, Nov 5, 2014 at 4:58 PM, Edward Burns <edward.burns_at_oracle.com> wrote:
> My general principle in these matters are to keep such things as close
> to the "using spec" as possible. These matters need to be evaluated on
> a case-by-case basis. Arjan, thanks for bringing this up. Can you
> please cite the specific text in the CDI 1.2 spec so we can discuss it?

It's in 3.8 "Additional built-in beans"
(http://docs.jboss.org/cdi/spec/1.2/cdi-spec.html#additional_builtin_beans)

It specifies 3 types from Servlet, 1 type from JTA, and 1 type that
currently doesn't really have a clear origin in Java EE
(javax.security.Principal).

Kind regards,
Arjan