Hi

I am a newbe with Tomcat and I am wondering why

CoyoteRequest implements org.apache.catalina.HttpRequest and
javax.servlet.http.HttpServletRequest
and not
CoyoteRequest implements org.apache.catalina.Request        and
javax.servlet.ServletRequest.


I would have made 2 subclasses to avoid the specialisation of CoyoteRequest
over http

CoyoteRequest                                             implements
org.apache.catalina.Request        and javax.servlet.ServletRequest.
CoyoteHttpRequest extends CoyoteRequest implements
org.apache.catalina.HttpRequest and javax.servlet.http.ServletRequest.


Any idea??


Regards


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to