svn commit: r1837637 - in /tomcat/trunk: java/org/apache/coyote/http2/Stream.java webapps/docs/changelog.xml

2018-08-08 Thread markt
Author: markt Date: Wed Aug 8 09:40:37 2018 New Revision: 1837637 URL: http://svn.apache.org/viewvc?rev=1837637&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62605 Ensure ReadListener.onDataAvailable() is called when the initial request body data arrives after the request head

svn commit: r1837638 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java webapps/docs/changelog.xml

2018-08-08 Thread markt
Author: markt Date: Wed Aug 8 09:41:58 2018 New Revision: 1837638 URL: http://svn.apache.org/viewvc?rev=1837638&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62605 Ensure ReadListener.onDataAvailable() is called when the initial request body data arrives after the request head

[Bug 62605] Async servlet over HTTP/2 setReadListener does not work if post request data arrives much later than headers

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62605 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62539] WsSession cannot be GC while send close message timeout

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539 --- Comment #5 from saiya <1005136...@qq.com> --- Created attachment 36077 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36077&action=edit analysis Thank you very much. What you said is right. I think it has something to do with the ne

[Bug 62539] WsSession cannot be GC while send close message timeout

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539 saiya <1005136...@qq.com> changed: What|Removed |Added Resolution|INVALID |--- Status|RESO

[Bug 62539] WsSession cannot be GC while send close message timeout

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 62607] New: Catalina exits with status code 0 when the configuration is invalid

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62607 Bug ID: 62607 Summary: Catalina exits with status code 0 when the configuration is invalid Product: Tomcat 9 Version: 9.0.10 Hardware: All OS: All

svn commit: r1837650 - in /tomcat/trunk: res/maven/tomcat-i18n-ru.pom test/webapp/WEB-INF/tags/bug62453.tag

2018-08-08 Thread kkolinko
Author: kkolinko Date: Wed Aug 8 14:05:23 2018 New Revision: 1837650 URL: http://svn.apache.org/viewvc?rev=1837650&view=rev Log: Set Subversion property svn:eol-style=native Modified: tomcat/trunk/res/maven/tomcat-i18n-ru.pom (props changed) tomcat/trunk/test/webapp/WEB-INF/tags/bug624

svn commit: r1837651 - in /tomcat/tc8.5.x/trunk: res/maven/tomcat-i18n-ru.pom test/webapp/WEB-INF/tags/bug62453.tag

2018-08-08 Thread kkolinko
Author: kkolinko Date: Wed Aug 8 14:09:32 2018 New Revision: 1837651 URL: http://svn.apache.org/viewvc?rev=1837651&view=rev Log: Set Subversion property svn:eol-style=native Modified: tomcat/tc8.5.x/trunk/res/maven/tomcat-i18n-ru.pom (props changed) tomcat/tc8.5.x/trunk/test/webapp/WEB

svn commit: r1837652 - /tomcat/tc7.0.x/trunk/res/maven/tomcat-i18n-ru.pom

2018-08-08 Thread kkolinko
Author: kkolinko Date: Wed Aug 8 14:12:32 2018 New Revision: 1837652 URL: http://svn.apache.org/viewvc?rev=1837652&view=rev Log: Set Subversion property svn:eol-style=native Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-i18n-ru.pom (props changed) Propchange: tomcat/tc7.0.x/trunk/res/ma

[Bug 62603] Changes in tag files are not reflected in the rendered view or they end up with a java.lang.NoClassDefFoundError

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62603 --- Comment #1 from Mark Thomas --- Thanks for the clear description of a tricky issue. I've been looking at potential solutions. Having run through various scenarios my conclusion is that there is always a risk of problems if the reload flag

[Bug 62605] Async servlet over HTTP/2 setReadListener does not work if post request data arrives much later than headers

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62605 --- Comment #2 from Dapeng Zhang --- Thanks for the fix! I also noticed in some cases WriteListener callbacks are not invoked, not clear if its my fault yet, still investigating. -- You are receiving this mail because: You are the assignee

[Bug 62603] Changes in tag files are not reflected in the rendered view or they end up with a java.lang.NoClassDefFoundError

2018-08-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62603 --- Comment #2 from Jordi --- Thanks for the feedback Mark. What about this variant of number 1 - In JspSrvletWrapper.getServlet() assume reload == false while the loop in JspRuntimeContext.checkCompile() is processing - Store all the JspServ