+1, old code was redundant. Java should find the right method to call
based on object--not reference--type.
"Christopher K. St. John" <[EMAIL PROTECTED]> writes:
> The "fall off the end of the chain" code in
> ApplicationFilterChain.internalDoFilter checks if the
> passed in request and respon
The "fall off the end of the chain" code in
ApplicationFilterChain.internalDoFilter checks if the
passed in request and response are HttpServletRequest/
Response objects. Based on the test, it casts the
objects and invokes servlet.service(). However, since
the servlet member has a static type o