Dear Tomcat Devs, I was wondering why Request is used all over Tomcat as a class and why we didn't abstract a Request interface and implemented a StandardRequest as is done by a lot of other components like Session->StandardSession; Manager->StandardManager; Context->StandardContext; ...
Is there any reasoning behind this? Kind regards, Roel Storms