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=38291>.
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=38291

           Summary: Form actions hanging in UDecoder.convert
           Product: Tomcat 5
           Version: 5.0.30
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:Coyote
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I've got two invocations of my authenticate.jsp hanging since 130501996 ms in
tomcat5-5.0.30-8jpp like this:

"TP-Processor6" daemon prio=1 tid=0x08493c68 nid=0x4f34 waiting on condition
[0x59c85000..0x59c86658]
        at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:82)
        at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:42)
        at org.apache.tomcat.util.http.Parameters.urlDecode(Parameters.java:405)
        at
org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:389)
        at
org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:341)
        at
org.apache.coyote.tomcat5.CoyoteRequest.parseRequestParameters(CoyoteRequest.java:2418)
        at
org.apache.coyote.tomcat5.CoyoteRequest.getParameter(CoyoteRequest.java:1073)
        at
org.apache.coyote.tomcat5.CoyoteRequestFacade.getParameter(CoyoteRequestFacade.java:267)
        at
javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:157)
        at
org.apache.jsp.free.login.authenticate_jsp._jspService(authenticate_jsp.java:141)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
[...]

The JSP is a form action, and the requests are hanging during the POST request.
The page doesn't receive anything special, just username and password.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to