DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8675>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8675

Unable to get Request Querystring parameters using getParameter( )

           Summary: Unable to get Request Querystring parameters using
                    getParameter( )
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using Tomcat 4.0.3: while executing a JSP page requesting parameters
from the URL:

   request.getParameter() returns null
but
   request.getQueryString() returns the correct query string.

When started, our server performs the above instructions correctly for a while,
but then ends up in a situation where these instructions fail. 
Once the server get's into this state, it affects all jsp pages simultaneously.
The only way to take the server out of this state is by restarting (clearing 
the work directory does not help). Restarting once may not always be enough.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to