Better comment
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 20:28:08 +0000 (20:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 20:28:08 +0000 (20:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@785379 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/connector/TestRequest.java

index 6f828b6..e7094a2 100644 (file)
@@ -49,8 +49,8 @@ public class TestRequest extends TestCase {
     /**
      * Test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=37794
      * POST parameters are not returned from a call to 
-     * any of the {@link HttpServletRequest} getParameterXXX() methods.
-     * @throws Exception 
+     * any of the {@link HttpServletRequest} getParameterXXX() methods if the
+     * request is chunked.
      */
     public void testBug37794() throws Exception {
         Bug37794Client client = new Bug37794Client();