Re: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-09 Thread Mark Thomas
On 09/12/2013 21:40, Konstantin Preißer wrote: > With Tomcat 8.0.0-RC6, I seem to have problems serving large static > files in one of my webapps. > > I've run it on a Windows Server 2012 R2 system with Java 1.7.0_45 > (64-Bit) and the NIO HTTP connector. The webapp contains a large > static file

svn commit: r1549717 - in /tomcat/trunk/java/org/apache/catalina/webresources: Cache.java CachedResource.java

2013-12-09 Thread markt
Author: markt Date: Tue Dec 10 00:16:45 2013 New Revision: 1549717 URL: http://svn.apache.org/r1549717 Log: Change the caching approach slightly. Previously, resources were only cached if they were smaller than maxObjectSizeBytes. Now they are always cached (so the metadata is cached) but the co

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

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 23:43:15 2013 New Revision: 1549711 URL: http://svn.apache.org/r1549711 Log: Simplify assuming that the resources implementation will generate an InputStream from the cached byte array if one is available. Modified: tomcat/trunk/java/org/apache/catalina/servlet

svn commit: r1549706 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 23:34:25 2013 New Revision: 1549706 URL: http://svn.apache.org/r1549706 Log: Use an int for the maximum object size to be cached in bytes since it is cached using a byte array and that is limited to Integer.MAX_VALUE. Test objects to be cached against the maximum ob

svn commit: r1549704 - in /tomcat/trunk/java/org/apache/catalina/webresources: Cache.java CachedResource.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 23:09:18 2013 New Revision: 1549704 URL: http://svn.apache.org/r1549704 Log: If a file is too big to be cached, return the original resource not the CacheResource instance else the resource content will still be cached. Modified: tomcat/trunk/java/org/apache/ca

svn commit: r1549700 - /tomcat/trunk/java/org/apache/catalina/webresources/AbstractResourceSet.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 22:52:03 2013 New Revision: 1549700 URL: http://svn.apache.org/r1549700 Log: Methods need to be public for digester to be able to use them. Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractResourceSet.java Modified: tomcat/trunk/java/org/ap

Re: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-09 Thread Christopher Schultz
Konstantin, On 12/9/13, 4:40 PM, Konstantin Preißer wrote: > The webapp contains a large static file with a size of 4,582,875,812 bytes. I believe that static file is better-described as "huge", "enormous", [bleeping] gigantic. Anything bigger than 2^32 bytes deserves a proper adjective. :) -chr

[Bug 55820] Add 172.16/12 range to default internal proxies

2013-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55820 --- Comment #2 from Christopher Schultz --- How about a note in the users guide mentioning that it's been changed in 8.0.0 and users might want to be mindful of the differences? -- You are receiving this mail because: You are the assignee

svn commit: r1549690 - /tomcat/trunk/java/org/apache/catalina/WebResourceSet.java

2013-12-09 Thread rjung
Author: rjung Date: Mon Dec 9 21:43:35 2013 New Revision: 1549690 URL: http://svn.apache.org/r1549690 Log: Fix Javadoc. Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java URL: http://svn.apache.org/viewvc/

svn commit: r1549688 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2013-12-09 Thread rjung
Author: rjung Date: Mon Dec 9 21:40:52 2013 New Revision: 1549688 URL: http://svn.apache.org/r1549688 Log: Unused method initialize() was removed in r1542957. Remove orphaned references from javadoc. Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java Modified: tomcat/

RE: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-09 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, December 9, 2013 9:19 PM > To: Tomcat Developers List > Subject: [VOTE] Release Apache Tomcat 8.0.0-RC6 > > The proposed Apache Tomcat 8.0.0 release candidate 6 is now available > for voting. > >

[VOTE] Release Apache Tomcat 7.0.48

2013-12-09 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.48 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-030/ The svn tag is: http://svn.apache.org/r

svn commit: r3861 [2/2] - in /dev/tomcat/tomcat-7/v7.0.48: ./ bin/ bin/embed/ bin/extras/ src/

2013-12-09 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.48/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-7/v7.0.48/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.48/bin/extras/tomcat-juli-adapters.j

svn commit: r3861 [2/2] - in /dev/tomcat/tomcat-7/v7.0.48: ./ bin/ bin/embed/ bin/extras/ src/

2013-12-09 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.48/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-7/v7.0.48/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.48/bin/extras/tomcat-juli-adapters.j

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-12-09 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/1624 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

Re: [VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-09 Thread Mark Thomas
On 09/12/2013 20:18, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.0 release candidate 6 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. The main changes since RC5 are: > - Better handling of generic types in

[VOTE] Release Apache Tomcat 8.0.0-RC6

2013-12-09 Thread Mark Thomas
The proposed Apache Tomcat 8.0.0 release candidate 6 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. The main changes since RC5 are: - Better handling of generic types in the WebSocket 1.0 implementation - Refactor resourc

svn commit: r1549664 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2013-12-09 Thread violetagg
Author: violetagg Date: Mon Dec 9 20:15:53 2013 New Revision: 1549664 URL: http://svn.apache.org/r1549664 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trunk/build.propert

svn commit: r3860 [2/2] - in /dev/tomcat/tomcat-8/v8.0.0-RC6: ./ bin/ bin/embed/ bin/extras/ src/

2013-12-09 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC6/src/apache-tomcat-8.0.0-RC6-src.tar.gz.asc == --- dev/tomcat/tomcat-8/v8.0.0-RC6/src/apache-tomcat-8.0.0-RC6-src.tar.gz.asc (added) +++ dev/tomcat/tomcat-8/v8.0.0-RC6/src/apache-tomcat

svn commit: r3860 [2/2] - in /dev/tomcat/tomcat-8/v8.0.0-RC6: ./ bin/ bin/embed/ bin/extras/ src/

2013-12-09 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC6/src/apache-tomcat-8.0.0-RC6-src.tar.gz.asc == --- dev/tomcat/tomcat-8/v8.0.0-RC6/src/apache-tomcat-8.0.0-RC6-src.tar.gz.asc (added) +++ dev/tomcat/tomcat-8/v8.0.0-RC6/src/apache-tomcat

svn commit: r1549643 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_48: ./ build.properties.default

2013-12-09 Thread violetagg
Author: violetagg Date: Mon Dec 9 19:00:49 2013 New Revision: 1549643 URL: http://svn.apache.org/r1549643 Log: Tag 7.0.48 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_48/ (props changed) - copied from r1549642, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_48/build.prop

svn commit: r1549621 - in /tomcat/tags/TOMCAT_8_0_0_RC6: ./ build.properties.default res/maven/mvn.properties.default

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 17:21:16 2013 New Revision: 1549621 URL: http://svn.apache.org/r1549621 Log: Tag 8.0.0-RC6 Added: tomcat/tags/TOMCAT_8_0_0_RC6/ - copied from r1549619, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_8_0_0_RC6/build.properties.default tomcat/tags/TOMCAT

buildbot success in ASF Buildbot on tomcat-trunk

2013-12-09 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/5311 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-12-09 Thread Violeta Georgieva
Hi, 2013/12/9 > > 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/1623 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Bui

buildbot retry in ASF Buildbot on tomcat-trunk

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

svn commit: r1549569 - /tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 13:38:58 2013 New Revision: 1549569 URL: http://svn.apache.org/r1549569 Log: Fix Windows specific issue when converting a file system path to a web application path ('\' -> '/') Modified: tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java Modified: to

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-12-09 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/1623 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Bug 54691] Rename HTTPS BIO/NIO connector attribute "protocols" to sslEnabledProtocols and document it.

2013-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54691 Ognjen Blagojevic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #3 from Ogn

Re: Time for 7.0.48

2013-12-09 Thread Jess Holle
Given the regression in startup speed due to the web socket scanning, it would be /really/ nice if this release included clear notes on how one can best disable this. On 12/9/2013 4:41 AM, Violeta Georgieva wrote: Hi, 2013/11/16 Violeta Georgieva Hi, I'm planning to prepare 7.0.48 for voti

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 55851] Tomcat SPNEGO authenticator incompatible with IBM JDK: Accept Security Context needs to be wrapped around a Privileged Action in order for server side authentication

2013-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55851 --- Comment #3 from Mark Thomas --- (In reply to Arunav Sanyal from comment #2) > Thanks > > I tried searching for recent changes to SpnegoAuthenticator and I cant seem > to find the bug report in which this issue was first reported. Huh?

[Bug 55851] Tomcat SPNEGO authenticator incompatible with IBM JDK: Accept Security Context needs to be wrapped around a Privileged Action in order for server side authentication

2013-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55851 --- Comment #2 from Arunav Sanyal --- Thanks I tried searching for recent changes to SpnegoAuthenticator and I cant seem to find the bug report in which this issue was first reported. Can you please point me to the bug report in which thi

svn commit: r1549547 - /tomcat/trunk/test/org/apache/tomcat/util/descriptor/tld/TestTldParser.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 11:22:01 2013 New Revision: 1549547 URL: http://svn.apache.org/r1549547 Log: Fix failing tests. TldParser needs a RuleSet. Modified: tomcat/trunk/test/org/apache/tomcat/util/descriptor/tld/TestTldParser.java Modified: tomcat/trunk/test/org/apache/tomcat/util/d

svn commit: r1549536 - /tomcat/trunk/TOMCAT-NEXT.txt

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 10:42:35 2013 New Revision: 1549536 URL: http://svn.apache.org/r1549536 Log: Update Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1549536&r1=1549535&r2=1549536&v

Re: Time for 7.0.48

2013-12-09 Thread Violeta Georgieva
Hi, 2013/11/16 Violeta Georgieva > > Hi, > > I'm planning to prepare 7.0.48 for voting. > > Please reply here if you would like to include something in that release. I'll tag 7.0.48 in the afternoon. > Regards > Violeta

svn commit: r1549535 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 10:42:13 2013 New Revision: 1549535 URL: http://svn.apache.org/r1549535 Log: Fix Javadoc warning Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/

svn commit: r1549534 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/XmlErrorHandler.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 10:37:25 2013 New Revision: 1549534 URL: http://svn.apache.org/r1549534 Log: Fix Javadoc Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/XmlErrorHandler.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/XmlErrorHandler.java U

Time for 8.0.0-RC6

2013-12-09 Thread Mark Thomas
It has been a while (again much longer than I really wanted) since 8.0.0-RC5 so I think it is time for RC6. I'm running the unit tests now and (if they all pass) I plan to tag RC6 later today. I am expecting that this will be the last RC. All the planned major refactorings are complete. The outst

svn commit: r1549529 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/ jav

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 10:05:56 2013 New Revision: 1549529 URL: http://svn.apache.org/r1549529 Log: Add an option to the Context to control the blocking of XML external entities when parsing XML configuration files and enable this blocking by default when a security manager is used. The

svn commit: r1549528 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/ java/org/apach

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 10:01:16 2013 New Revision: 1549528 URL: http://svn.apache.org/r1549528 Log: Add an option to the Context to control the blocking of XML external entities when parsing XML configuration files and enable this blocking by default. The block is implemented via a custo

svn commit: r1549526 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 09:53:05 2013 New Revision: 1549526 URL: http://svn.apache.org/r1549526 Log: New field can be final Add changelog entry Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

svn commit: r1549525 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 09:51:18 2013 New Revision: 1549525 URL: http://svn.apache.org/r1549525 Log: New field can be final Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFi

Re: svn commit: r1549524 - in /tomcat/trunk: java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java webapps/docs/config/filter.xml webapps/docs/config/

2013-12-09 Thread Konstantin Kolinko
2013/12/9 : > Author: markt > Date: Mon Dec 9 09:48:42 2013 > New Revision: 1549524 > > URL: http://svn.apache.org/r1549524 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55820 > Include the 172.16/12 range in the default value for internal proxies. > > Modified: > tomcat/tru

[Bug 55820] Add 172.16/12 range to default internal proxies

2013-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55820 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1549524 - in /tomcat/trunk: java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java webapps/docs/config/filter.xml webapps/docs/config/valv

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 09:48:42 2013 New Revision: 1549524 URL: http://svn.apache.org/r1549524 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55820 Include the 172.16/12 range in the default value for internal proxies. Modified: tomcat/trunk/java/org/apache/catalina/filte

svn commit: r1549523 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 09:46:58 2013 New Revision: 1549523 URL: http://svn.apache.org/r1549523 Log: Improve parsing of trailing headers Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java Propchange

svn commit: r1549522 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2013-12-09 Thread markt
Author: markt Date: Mon Dec 9 09:45:16 2013 New Revision: 1549522 URL: http://svn.apache.org/r1549522 Log: Improve parsing of trailing headers Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/C

[Bug 55821] parallel deployment should deploy latest version of webapp on startup

2013-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---