Bug report for Tomcat 7 [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2016/12/11]

2016-12-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1773532 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 17:54:55 2016 New Revision: 1773532 URL: http://svn.apache.org/viewvc?rev=1773532&view=rev Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/

buildbot success in on tomcat-8-trunk

2016-12-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/870 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1773530 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/tomcat/util/net/AprEndpoint.java test/org/apache/catalina/connector/TestSendFi

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 17:42:16 2016 New Revision: 1773530 URL: http://svn.apache.org/viewvc?rev=1773530&view=rev Log: Merged revision 1773527 from tomcat/tc8.0.x/trunk: Prevent read time out when the file is deleted while serving the response. The issue was observed only with APR Conn

svn commit: r1773529 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalStrings.properties

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 17:35:40 2016 New Revision: 1773529 URL: http://svn.apache.org/viewvc?rev=1773529&view=rev Log: Add LocalStrings entry endpoint.apr.noSendfileWithSSL. This is in addition to r1773519. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/res/LocalS

svn commit: r1773527 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/tomcat/util/net/AprEndpoint.java test/org/apache/catalina/connector/TestSendFile.

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 17:30:35 2016 New Revision: 1773527 URL: http://svn.apache.org/viewvc?rev=1773527&view=rev Log: Prevent read time out when the file is deleted while serving the response. The issue was observed only with APR Connector and sendfile enabled. Modified: tomcat/t

buildbot failure in on tomcat-8-trunk

2016-12-10 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/869 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1773522 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/connector/TestSendFile.java

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 14:24:36 2016 New Revision: 1773522 URL: http://svn.apache.org/viewvc?rev=1773522&view=rev Log: Merged revision 1773521 from tomcat/tc8.0.x/trunk: The test finishes with "SocketTimeoutException: Read timed out" when APR is used. Mark with @Ignore while investiga

svn commit: r1773521 - /tomcat/tc8.0.x/trunk/test/org/apache/catalina/connector/TestSendFile.java

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 14:21:21 2016 New Revision: 1773521 URL: http://svn.apache.org/viewvc?rev=1773521&view=rev Log: The test finishes with "SocketTimeoutException: Read timed out" when APR is used. Mark with @Ignore while investigating. Modified: tomcat/tc8.0.x/trunk/test/org/

Re: svn commit: r1773519 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2016-12-10 Thread Violeta Georgieva
Hi, 2016-12-10 15:59 GMT+02:00 : > > Author: violetagg > Date: Sat Dec 10 13:59:32 2016 > New Revision: 1773519 > > URL: http://svn.apache.org/viewvc?rev=1773519&view=rev > Log: > Merged revisions 1530269, 1531659 from tomcat/tc8.0.x/trunk: > - Ensure sendfile is enabled by default for APR. > - En

svn commit: r1773519 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 13:59:32 2016 New Revision: 1773519 URL: http://svn.apache.org/viewvc?rev=1773519&view=rev Log: Merged revisions 1530269, 1531659 from tomcat/tc8.0.x/trunk: - Ensure sendfile is enabled by default for APR. - Enabling/disabling sendfile should occur during bind no

svn commit: r1773509 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2016-12-10 Thread violetagg
Author: violetagg Date: Sat Dec 10 08:56:39 2016 New Revision: 1773509 URL: http://svn.apache.org/viewvc?rev=1773509&view=rev Log: Correct the link to Tomcat 8.5.9 changelog Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/ind