You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/15 12:58:54 UTC

DO NOT REPLY [Bug 27660] New: - Exception accessing parameters

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=27660

Exception accessing parameters

           Summary: Exception accessing parameters
           Product: Tomcat 4
           Version: 4.1.30
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: klaus.proell@web.de


When accessing request-parameter (eg.: request.getParameter("ID");)
we got the following error:


An exception of class javax.servlet.jsp.JspException was raised. 
java.lang.ArrayIndexOutOfBoundsException
 at org.apache.catalina.util.RequestUtil.parseParameters(RequestUtil.java:539)
 at org.apache.catalina.util.RequestUtil.parseParameters(RequestUtil.java:348)
 at org.apache.catalina.connector.HttpRequestBase.parseParameters
(HttpRequestBase.java:634)
 at org.apache.catalina.connector.HttpRequestBase.getParameterMap
(HttpRequestBase.java:739)
 at org.apache.catalina.connector.RequestFacade.getParameterMap
(RequestFacade.java:186)
 at org.apache.catalina.core.ApplicationHttpRequest.setRequest
(ApplicationHttpRequest.java:525)
 at org.apache.catalina.core.ApplicationHttpRequest.
(ApplicationHttpRequest.java:125)
 at org.apache.catalina.core.ApplicationDispatcher.wrapRequest
(ApplicationDispatcher.java:921)
 at org.apache.catalina.core.ApplicationDispatcher.doForward
(ApplicationDispatcher.java:414)
 at org.apache.catalina.core.ApplicationDispatcher.forward

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org