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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=62605
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539
saiya <1005136...@qq.com> changed:
What|Removed |Added
Resolution|INVALID |---
Status|RESO
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
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
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
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
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
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
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
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
13 matches
Mail list logo