You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Theunis W de Jongh <th...@epiuse.com> on 2000/07/03 15:56:11 UTC

CVS 03_07 Bug report

Hi all

I downloaded  TomCat from CVS in the last hour or so : ( 15:51 GMT+2 now
).

It did not compile, I had to fix the  following :

File : org.apache.tomcat.servlets.InvokerServlet :
Line : 213
Old  : wrapper.handleRequest( realRequest, realResponse );
New : wrapper.service( realRequest, realResponse );

Regards,
Theunis de Jongh.