[Bug 60410] Stream closed when reading war entry

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60410 --- Comment #4 from guoh0...@gmail.com --- I debuged, spring-web-4.2.5.RELEASE.jar is in our app. so tomcat cannot load /META-INF/services/javax.servlet.ServletContainerInitializer from the jar file when unpackWAR=false -- You are receiving th

[Bug 60410] Stream closed when reading war entry

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60410 --- Comment #3 from guoh0...@gmail.com --- I only changed unpackWARs to false in server.xml. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 60410] Stream closed when reading war entry

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60410 --- Comment #2 from guoh0...@gmail.com --- I usually take about 5-10s to download the js file, and the more time it took, the easier the error occured. I cannot deploy on tomcat 8.0.39, here's the error log, do you have any idea? org.apache.ca

svn commit: r1771230 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org/apache/catalina/util/ webapps/docs/

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 21:11:22 2016 New Revision: 1771230 URL: http://svn.apache.org/viewvc?rev=1771230&view=rev Log: Refactor to reduce code duplication Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/java/org/apache/catalina/core/ApplicationH

svn commit: r1771226 - in /tomcat/trunk: java/org/apache/naming/ webapps/docs/

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 20:52:31 2016 New Revision: 1771226 URL: http://svn.apache.org/viewvc?rev=1771226&view=rev Log: Clean up. Refactoring to add a base class to: - reduce duplication in the getFactoryClassName() method - reduce duplication in the toString()method where present - provide

[Bug 60356] Compiling tagx using JspC as ant task fails when tagx recursive and packaged in jar

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60356 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1771218 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/jasper/compiler/TagFileProcessor.java webapps/docs/changelog.xml

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 20:08:15 2016 New Revision: 1771218 URL: http://svn.apache.org/viewvc?rev=1771218&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60356 Fix pre-compilation of JSPs that depend on nested tag files packaged in a JAR. Modified: tomcat/tc6.0.x/trunk

svn commit: r1771211 - in /tomcat/tc7.0.x/trunk: java/org/apache/jasper/compiler/TagFileProcessor.java webapps/docs/changelog.xml

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 20:01:41 2016 New Revision: 1771211 URL: http://svn.apache.org/viewvc?rev=1771211&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60356 Fix pre-compilation of JSPs that depend on nested tag files packaged in a JAR. Modified: tomcat/tc7.0.x/trunk

svn commit: r1771205 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 19:27:33 2016 New Revision: 1771205 URL: http://svn.apache.org/viewvc?rev=1771205&view=rev Log: Whitespace. No functional change. Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Modified: tomcat/tc7.0.x/trunk/java/org/apach

[Bug 60386] Sequential refreshes in Chromium cause warnings from Http2UpgradeHandler pruneClosedStreams

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60386 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 14:41:41 2016 New Revision: 1771158 URL: http://svn.apache.org/viewvc?rev=1771158&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60386 Implement a more sophisticated pruning algorithm for removing closed streams from the priority tree to ensure tha

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

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 14:39:52 2016 New Revision: 1771156 URL: http://svn.apache.org/viewvc?rev=1771156&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60386 Implement a more sophisticated pruning algorithm for removing closed streams from the priority tree to ensure tha

svn commit: r1771150 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/AbstractStream.java java/org/apache/coyote/http2/Stream.java

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 14:22:43 2016 New Revision: 1771150 URL: http://svn.apache.org/viewvc?rev=1771150&view=rev Log: Child streams are always of type Stream Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java

svn commit: r1771149 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java Stream.java

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 14:19:21 2016 New Revision: 1771149 URL: http://svn.apache.org/viewvc?rev=1771149&view=rev Log: Child streams are always of type Stream Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java tomcat/trunk/java/org/apache/coyote/http2/Stream.j

svn commit: r1771147 - in /tomcat/tc7.0.x/trunk: ./ BUILDING.txt

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 14:13:09 2016 New Revision: 1771147 URL: http://svn.apache.org/viewvc?rev=1771147&view=rev Log: Update BUILDING.txt with information for the new property test.verbose Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/BUILDING.txt Pr

svn commit: r1771146 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 14:10:41 2016 New Revision: 1771146 URL: http://svn.apache.org/viewvc?rev=1771146&view=rev Log: Update BUILDING.txt with information for the new property test.verbose Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/BUILDING.txt Pr

svn commit: r1771145 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Stream.java

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 14:09:12 2016 New Revision: 1771145 URL: http://svn.apache.org/viewvc?rev=1771145&view=rev Log: Always obtain connection ID from the handler (which will never be null - unlike the parent) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk

svn commit: r1771143 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2016-11-24 Thread markt
Author: markt Date: Thu Nov 24 14:07:31 2016 New Revision: 1771143 URL: http://svn.apache.org/viewvc?rev=1771143&view=rev Log: Always obtain connection ID from the handler (which will never be null - unlike the parent) Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java Modified:

svn commit: r1771142 - in /tomcat/tc8.5.x/trunk: ./ BUILDING.txt

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 14:07:11 2016 New Revision: 1771142 URL: http://svn.apache.org/viewvc?rev=1771142&view=rev Log: Update BUILDING.txt with information for the new property test.verbose Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/BUILDING.txt Pr

svn commit: r1771139 - /tomcat/trunk/BUILDING.txt

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 14:04:52 2016 New Revision: 1771139 URL: http://svn.apache.org/viewvc?rev=1771139&view=rev Log: Update BUILDING.txt with information for the new property test.verbose Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.a

Re: svn commit: r1771090 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2016-11-24 Thread Violeta Georgieva
Hi, 2016-11-24 15:38 GMT+02:00 Konstantin Kolinko : > > Hi! > > Note that such options are usually documented in BUILDING.txt > > (7) Tests > (7.1) Running Tomcat tests > (7.4) Other configuration options > > ... > > I'll update the BUILDING.txt. Thanks for the reminder, Violeta > > 2016-11-24

Re: svn commit: r1771090 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2016-11-24 Thread Konstantin Kolinko
Hi! Note that such options are usually documented in BUILDING.txt (7) Tests (7.1) Running Tomcat tests (7.4) Other configuration options ... 2016-11-24 11:59 GMT+03:00 : > Author: violetagg > Date: Thu Nov 24 08:59:08 2016 > New Revision: 1771090 > > URL: http://svn.apache.org/viewvc?rev=177

Re: Minor improvement for TestOpenSSLCipherConfigurationParser

2016-11-24 Thread Violeta Georgieva
Hi, 2016-11-17 14:25 GMT+02:00 Emmanuel Bourg : > > Hi, > > As I ran the Tomcat 8.5 APR tests on Debian I noticed several failures > in TestOpenSSLCipherConfigurationParser. They were caused by the missing > IDEA cipher which was historically disabled in Debian due to patent > issues, but that was

svn commit: r1771127 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java webapps/docs/changelog.xml

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 13:36:26 2016 New Revision: 1771127 URL: http://svn.apache.org/viewvc?rev=1771127&view=rev Log: If there are test failures, provide more detailed information. Patch provided by Emmanuel Bourg. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc

svn commit: r1771126 - in /tomcat/trunk: test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java webapps/docs/changelog.xml

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 13:06:37 2016 New Revision: 1771126 URL: http://svn.apache.org/viewvc?rev=1771126&view=rev Log: If there are test failures, provide more detailed information. Patch provided by Emmanuel Bourg. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/

[Bug 60386] Sequential refreshes in Chromium cause warnings from Http2UpgradeHandler pruneClosedStreams

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60386 --- Comment #3 from Mark Thomas --- Chrome structures the priority tree in an unexpected way so Tomcat is unable to prune it. I'm in the process of writing a more sophisticated pruning algorithm. -- You are receiving this mail because: You ar

[Bug 60413] RewriteValve: empty capturing group results in null backreference instead of "" (empty string)

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60413 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added Summary|RewriteValve: empty |RewriteValve: empt

[Bug 60413] New: RewriteValve: empty capturing group results in null backreference instead of "" (empty) string

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60413 Bug ID: 60413 Summary: RewriteValve: empty capturing group results in null backreference instead of "" (empty) string Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All

[Bug 60412] RewriteValve documentation does not tell about comment support (#)

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60412 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added Summary|RewriteValve documentation |RewriteValve docum

[Bug 60412] New: RewriteValve documentation does not tell about comments

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60412 Bug ID: 60412 Summary: RewriteValve documentation does not tell about comments Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All St

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #3 from Evgenij Ryazanov --- 1-3 errors per day under load. At least it has a stack trace. It's not easy to simulate I/O error at right time to reproduce it. There are too many assorted messages in logs. After some filtering and se

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #2 from Evgenij Ryazanov --- Created attachment 34473 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34473&action=edit A sample of stack traces -- You are receiving this mail because: You are the assignee for the bug.

Re: Tests verbosity

2016-11-24 Thread Emmanuel Bourg
Le 24/11/2016 à 10:06, Violeta Georgieva a écrit : > Thanks for the report and the patch. > This has been fixed in > - 9.0.x for 9.0.0.M14 onwards > - 8.5.x for 8.5.9 onwards > - 8.0.x for 8.0.40 onwards and > - 7.0.x for 7.0.74 onwards That's perfect, thank you! Emmanuel Bourg ---

Re: Tests verbosity

2016-11-24 Thread Violeta Georgieva
Hi, 2016-11-23 20:43 GMT+02:00 Emmanuel Bourg : > > Hi, > > I'd like to suggest a minor improvement to better control the verbosity > of the tests. Currently the output of the tests is displayed on the > console, and it's rather difficult to see which tests failed until the > whole suite ran. > >

[Bug 60411] Rewrite's redirect implementation does not correspond to the documentation

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60411 --- Comment #3 from Michael Osipov <1983-01...@gmx.net> --- The patch is based on mod_rewrite.c code https://github.com/apache/httpd/blob/fbc5e20ead005fd3a2bec05924f9e90dfd195406/modules/mappers/mod_rewrite.c#L3668-L3681 -- You are receiving t

[Bug 60411] Rewrite's redirect implementation does not correspond to the documentation

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60411 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- Created attachment 34472 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34472&action=edit Patch for aligning the implementation to the documentation -- You are receiving this

svn commit: r1771092 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 09:03:05 2016 New Revision: 1771092 URL: http://svn.apache.org/viewvc?rev=1771092&view=rev Log: New property is added test.verbose in order to control whether the output of the tests is displayed on the console or not. Patch provided by Emmanuel Bourg. (violeta

[Bug 60411] Rewrite's redirect implementation does not correspond to the documentation

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60411 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added Summary|Rewrite |Rewrite's redirect

[Bug 60411] New: Rewrite

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60411 Bug ID: 60411 Summary: Rewrite Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All Status: NEW Severity: major Priority: P2

svn commit: r1771090 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 08:59:08 2016 New Revision: 1771090 URL: http://svn.apache.org/viewvc?rev=1771090&view=rev Log: New property is added test.verbose in order to control whether the output of the tests is displayed on the console or not. Patch provided by Emmanuel Bourg. Modified

svn commit: r1771088 - in /tomcat/tc8.5.x/trunk: ./ build.properties.default build.xml webapps/docs/changelog.xml

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 08:57:36 2016 New Revision: 1771088 URL: http://svn.apache.org/viewvc?rev=1771088&view=rev Log: New property is added test.verbose in order to control whether the output of the tests is displayed on the console or not. Patch provided by Emmanuel Bourg. Modified

svn commit: r1771087 - in /tomcat/trunk: build.properties.default build.xml webapps/docs/changelog.xml

2016-11-24 Thread violetagg
Author: violetagg Date: Thu Nov 24 08:54:31 2016 New Revision: 1771087 URL: http://svn.apache.org/viewvc?rev=1771087&view=rev Log: New property is added test.verbose in order to control whether the output of the tests is displayed on the console or not. Patch provided by Emmanuel Bourg. Modified

[Bug 60410] Stream closed when reading war entry

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60410 --- Comment #1 from Violeta Georgieva --- Hi, Can you test with the latest Tomcat 8 version (8.0.39)? Can you provide a simple example that reproduces the issue? Do you see this problem with other browsers? Thanks, Violeta -- You are recei