Tomcat 3.2.3 Documentation update request.

2001-10-26 Thread Prasanna Uppaladadium
Hello. Could someone please update the Tomcat 3.2.3 documentation (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html)? In the section on server.xml, the description for Connector in the table in that section does not describe the "inet" option that can be used to make To

RequestDispatcher problems [Tomcat 3.3b1].

2001-09-06 Thread Prasanna Uppaladadium
Hello. The bugs database is down so I couldn't check to see if there is already a bug filed for this one. It looks to me that something in the RequestDispatcher interface implementation is fundamentally broken: the following code causes Tomcat 3.3b1 to just crash (I mean the process just vanishe

Session destruction bug - Tomcat 3.3-b1.

2001-08-20 Thread Prasanna Uppaladadium
Hello. There is a bug related to destroying session objects in Tomcat 3.3.b1. Bug description The valueUnbound() method is never called on attributes that are set on a given session even if the attribute implements the HttpSessionBindingListener interface. Hypothesis -

Session creation and destruction - Tomcat 3.3.

2001-08-17 Thread Prasanna Uppaladadium
Hello. Could somebody point me to the code where new Sessions are created and destroyed (timed out) in the Tomcat 3.3 source code please? Here is what I could gather by going over the code: 1. When a request for a new HttpSession object comes from a servlet, ultimately the method org.apache.tomc