java.lang.StackOverflowError in ApplicationHttpRequest. Tomcat 4.0.nightly build (20010503)

2001-05-03 Thread Ana
Hi, The last message I sent wasn´t very precise. I´m talking about: java.lang.StackOverflowError in ApplicationHttpRequest.setAttribute Tomcat 4.0.nightly build (20010503) The error doesn´t happen in ApplicationHttpRequest.setAttribute, this is a lateral effect. The real error happens when ther

Error in RequestDispachter.include(request,response)

2001-05-03 Thread Ana
Hi, We include a JSP page from a servlet via RequestDispachter.include(request,response) and the response object is a wrapper. The JSP page write its output to the original response object and not over the wrapper object passed as the parameter in the include call. However, if we make the sam

java.lang.StackOverflowError in ApplicationHttpRequest.setAttribute Tomcat 4.0.nightly build (20010503)

2001-05-03 Thread Ana
Hi, We think we have discovered an error in Tomcat 4.0.nightly build (20010503). We call the forward method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. At this point a java.lang.StackOverflowError occurs. Example: My

Tomcat 4.0 Beta3 and Request Attributes Error

2001-05-02 Thread Ana
Hi, We think we have discovered an error. We call the include method of the RequestDispatcher from a servlet. Then, we call the setAttribute method of the request object of the included JSP. If we call the getAttribute method of the request object in the servlet (after the include call), the

Tomcat 3.2.1 and RequestDispatcherImpl

2001-04-26 Thread Ana
For our application we have developed a ResponseWrapper and ResponseWrapper that implements ServletResponse and ServletRequest. The problem comes when we use Tomcat 3.2.1. RequestDispatcherImpl.include(ServletRequest request, ServletResponse response). The response parameter that the include m