On 4/9/2015 3:06 PM, George Sexton wrote:


On 4/9/2015 12:58 PM, Caldarale, Charles R wrote:
From: George Sexton [mailto:geor...@mhsoftware.com]
Subject: Re: Rendering JSP files through Apache
My reading of it says that any request that matches a known context path
must be routed to the web application. It seems pretty cut and dried
to me.
That's true only when the request is processed by the servlet
container.  If the request is handled elsewhere, clearly the servlet
spec clause doesn't apply.

The problem is then that as a system, the container isn't compliant.

No, it's the *system* that is broken. The container itself is doing exactly what it is being told to do. If you're not telling it to do the correct things, that's on you, not on the container.


What you're in essence saying is that the compliance of the "system"
isn't a concern. My belief is that "as a system", the end result has to
be compliant because my application is deployed "on a system". If the
system breaks the application, then it's not compliant.

I suppose it's like eating an apple. At what point does the apple become
you?

Once it's inside you, when your body can start processing it. Just like the request must get inside the container for it to be processed IAW the spec.



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

Reply via email to