[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-26 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r477099224 ## File path: test/org/apache/catalina/core/TestStandardContextValve.java ## @@ -182,4 +186,123 @@ public void requestDestroyed(ServletRequestEvent sre) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-17 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r471649656 ## File path: java/org/apache/coyote/AbstractProtocol.java ## @@ -262,6 +267,17 @@ public void setConnectionLinger(int connectionLinger) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-17 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r471649313 ## File path: java/org/apache/catalina/connector/Response.java ## @@ -1197,16 +1197,12 @@ public String encodeUrl(String url) { public void

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-17 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r471568598 ## File path: java/org/apache/catalina/core/StandardContextValve.java ## @@ -81,7 +82,17 @@ public final void invoke(Request request, Response response)

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466203459 ## File path: test/org/apache/catalina/core/TestStandardContextValve.java ## @@ -182,4 +184,66 @@ public void requestDestroyed(ServletRequestEvent sre) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466202972 ## File path: java/org/apache/coyote/ContinueHandlingResponsePolicy.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466179556 ## File path: test/org/apache/catalina/core/TestStandardContextValve.java ## @@ -182,4 +184,66 @@ public void requestDestroyed(ServletRequestEvent sre) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466178352 ## File path: java/org/apache/coyote/ContinueHandlingResponsePolicy.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466174698 ## File path: java/org/apache/catalina/connector/Response.java ## @@ -1197,16 +1197,12 @@ public String encodeUrl(String url) { public void

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466173884 ## File path: java/org/apache/coyote/Request.java ## @@ -709,4 +718,13 @@ private static String getCharsetFromContentType(String contentType) {

[GitHub] [tomcat] malaysf commented on a change in pull request #332: Support sending the 100 continue response when the servlet reads the …

2020-08-06 Thread GitBox
malaysf commented on a change in pull request #332: URL: https://github.com/apache/tomcat/pull/332#discussion_r466173546 ## File path: java/org/apache/coyote/AbstractProtocol.java ## @@ -262,6 +267,18 @@ public void setConnectionLinger(int connectionLinger) {