Bug report #783 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/783>

REPORT #783 Details.

Project: Servlet API
Category: Feature Requests
SubCategory: Enhancement
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: 4.0.b1
   JVM Release: 1.3
   Operating System: Linux (Mandrake)
   OS Release: 7.2
   Platform: Intel

Synopsis: 
req.getInputStream()  causes req.getParameterNames() to hang 60-80 seconds.

Description:
I have written a simple servlet to test Unicode input encoding.  It will alternatly 
read the servlet request input stream and decode the stream into parameters, then use 
getParameterNames() and getParameterValues() to read the parameters.  The two methods 
should return the same string.  (They do not).  
In my first testing against Catalina 4.0.b1 I notice extremely long response time, and 
the jvm associated with the servlet is spinning in execute state for up to 3 minutes 
whenever I read the servlet input stream before getting the parameter names and 
values.  When I read the parameter names and values, the jvm executes a normal amount 
of time.
Title: BugRat Report # 783

BugRat Report # 783

Project: Servlet API Release: 4.0.b1
Category: Feature Requests SubCategory: Enhancement
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: Timothy T. Tye ( [EMAIL PROTECTED] )
Date Submitted: Jan 16 2001, 11:58:40 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
req.getInputStream() causes req.getParameterNames() to hang 60-80 seconds.
Environment: (jvm, os, osrel, platform)
1.3, Linux (Mandrake), 7.2, Intel

Additional Environment Description:
running the servlet in examples context.

Report Description:
I have written a simple servlet to test Unicode input encoding. It will alternatly read the servlet request input stream and decode the stream into parameters, then use getParameterNames() and getParameterValues() to read the parameters. The two methods should return the same string. (They do not). In my first testing against Catalina 4.0.b1 I notice extremely long response time, and the jvm associated with the servlet is spinning in execute state for up to 3 minutes whenever I read the servlet input stream before getting the parameter names and values. When I read the parameter names and values, the jvm executes a normal amount of time.

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to