Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] Define term for request object passed to the first servlet

Hi,

9.4.2 speaks of:

"the request object passed to the first servlet object in the call chain that received the request from the client."

A little later it speaks of:

"Note that these attributes must always reflect the information in the original request"

The term "original request" is somewhat troublesome here, as it's also used in AsyncContext.hasOriginalRequestResponse(), where it has the meaning of the request object passed to the servlet object from which the async cycle is started.

How about we define a clear term for the "the request object passed to the first servlet object in the call chain that received the request from the client."?

E.g. "root request", "chain entry request", "initial request"

Thoughts?

Kind regards,
Arjan Tijms



Back to the top