Bug report for Taglibs [2013/10/13]

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

Bug report for Tomcat 7 [2013/10/13]

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

Bug report for Tomcat 8 [2013/10/13]

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

Bug report for Tomcat 6 [2013/10/13]

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

Bug report for Tomcat Connectors [2013/10/13]

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

Bug report for Tomcat Native [2013/10/13]

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

Bug report for Tomcat Modules [2013/10/13]

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

svn commit: r1531625 - /tomcat/trunk/build.properties.default

2013-10-13 Thread markt
Author: markt Date: Sun Oct 13 08:17:57 2013 New Revision: 1531625 URL: http://svn.apache.org/r1531625 Log: Update pool and dbcp snapshots Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

Re: [Tomcat 8.0.x trunk] APR sendfile problem

2013-10-13 Thread Mark Thomas
On 12/10/2013 23:27, Konstantin Preißer wrote: -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Sunday, October 13, 2013 12:11 AM To: Tomcat Developers List Subject: Re: [Tomcat 8.0.x trunk] APR sendfile problem Konstantin, On 12.10.2013

buildbot success in ASF Buildbot on tomcat-trunk

2013-10-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5103 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1531659 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java res/LocalStrings.properties

2013-10-13 Thread markt
Author: markt Date: Sun Oct 13 09:42:32 2013 New Revision: 1531659 URL: http://svn.apache.org/r1531659 Log: Fix the regression in r1530269. Enabling/disabling sendfile should occur during bind not during start. Add a warning message if the user tries to explicitly enable sendfile with SSL.

Re: [Tomcat 8.0.x trunk] APR sendfile problem

2013-10-13 Thread Mark Thomas
On 13/10/2013 09:21, Mark Thomas wrote: On 12/10/2013 23:27, Konstantin Preißer wrote: -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: Sunday, October 13, 2013 12:11 AM To: Tomcat Developers List Subject: Re: [Tomcat 8.0.x trunk] APR sendfile

svn commit: r1531673 - /tomcat/trunk/bin/catalina.bat

2013-10-13 Thread kkolinko
Author: kkolinko Date: Sun Oct 13 12:15:10 2013 New Revision: 1531673 URL: http://svn.apache.org/r1531673 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Correct a copy-paste typo in r1530890 Modified: tomcat/trunk/bin/catalina.bat Modified: tomcat/trunk/bin/catalina.bat

svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread kpreisser
Author: kpreisser Date: Sun Oct 13 12:30:56 2013 New Revision: 1531680 URL: http://svn.apache.org/r1531680 Log: Allow the JSR 356 WebSocket examples using the programmatic API (Endpoint subclasses) to work as they use a ServletContextListener that has @WebListener annotation, which would not be

Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-13 Thread Konstantin Kolinko
Hi! Regarding this commit: 2013/10/11 ma...@apache.org: Author: markt Date: Thu Oct 10 21:24:59 2013 New Revision: 1531115 URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default Servlet for serving gzipped versions

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-10-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1469 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Mark Thomas
On 13/10/2013 13:30, kpreis...@apache.org wrote: Author: kpreisser Date: Sun Oct 13 12:30:56 2013 New Revision: 1531680 URL: http://svn.apache.org/r1531680 Log: Allow the JSR 356 WebSocket examples using the programmatic API (Endpoint subclasses) to work as they use a

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Sunday, October 13, 2013 3:58 PM To: Tomcat Developers List Subject: Re: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml On 13/10/2013 13:30, kpreis...@apache.org wrote:

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Sunday, October 13, 2013 4:34 PM To: 'Tomcat Developers List' Subject: RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml javax.websocket.server.ServerContainer

svn commit: r1531696 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2013-10-13 Thread markt
Author: markt Date: Sun Oct 13 14:58:44 2013 New Revision: 1531696 URL: http://svn.apache.org/r1531696 Log: Review by kkolinko - disable use of gzip version for included resources - don't change the content type of the gzip'd version of the resource - use eTag and last modified date from original

Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-13 Thread Mark Thomas
On 13/10/2013 14:11, Konstantin Kolinko wrote: snip/ URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default Servlet for serving gzipped versions of static resources directly from disk as an alternative to Tomcat

svn commit: r1531698 - /tomcat/trunk/webapps/docs/default-servlet.xml

2013-10-13 Thread markt
Author: markt Date: Sun Oct 13 15:11:53 2013 New Revision: 1531698 URL: http://svn.apache.org/r1531698 Log: Note requirements for securing the gzipped version of a file. Modified: tomcat/trunk/webapps/docs/default-servlet.xml Modified: tomcat/trunk/webapps/docs/default-servlet.xml URL:

Re: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Mark Thomas
On 13/10/2013 15:33, Konstantin Preißer wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Sunday, October 13, 2013 3:58 PM To: Tomcat Developers List Subject: Re: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml On

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Sunday, October 13, 2013 5:17 PM To: Tomcat Developers List Subject: Re: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml OK, can you give me a hint why buildbot fails? The

RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Sunday, October 13, 2013 5:27 PM To: 'Tomcat Developers List' Subject: RE: svn commit: r1531680 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Mark, The reason I changed the

Re: [Tomcat 8.0.x trunk] APR sendfile problem

2013-10-13 Thread Ognjen Blagojevic
Mark, On 13.10.2013 11:42, Mark Thomas wrote: Fixed. Thanks again for the pointers. Thanks, it works as exptected: 1. useSendfile=true, issues a warning, and disables sendfile. 2. useSednfile=false or omitting attribute useSendfile, disables sendfile. -Ognjen

svn commit: r1531713 - /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

2013-10-13 Thread kpreisser
Author: kpreisser Date: Sun Oct 13 16:57:42 2013 New Revision: 1531713 URL: http://svn.apache.org/r1531713 Log: Revert r1531680 to prevent CI failures and to prevent the Examples webapp from failing to start when running Tomcat 7 with Java 6. Modified:

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-10-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1470 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build