Hi Remy and Filip
you veto my ApplicationDispatcher patch for Tomcat Release 5.5.25
(revision 545127) 7.6.2007 and see Bugreport 30949:
My patch fix following bugs:
After a exception at ApplicationDispatcher.forward and include is
thrown:
- Memory Leak at STRICT_SERVLET_COMPILANCE is enabled
Session counter never decrease
- Is crossContext=true at cluster is setup the crossContext session
replication not working correct
-The correct response close handling at forward is not called after
an exception is thrown
=> wrequest.recycle is not called
Why unwrapRequest at forward is call twice?
Inside processRequest
and after wrap request at forward()
How we can elegant fix the bugs?
regards
peter