Re: Question about taglibs. Issue 37466

2015-02-18 Thread Jeremy Boynes
On Feb 17, 2015, at 8:23 AM, Jeremy Boynes jboy...@apache.org wrote: On Feb 17, 2015, at 4:34 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) step...@republika.nl: Hi everyone, I have a question about this issue:

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-02-18 Thread Bill Barker
/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150218-native-src.tar.gz -Dexamples.sources.skip=true

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Rémy Maucherat
2015-02-17 22:52 GMT+01:00 Mark Thomas ma...@apache.org: On 17/02/2015 21:02, ma...@apache.org wrote: Author: markt Date: Tue Feb 17 21:02:09 2015 New Revision: 1660498 URL: http://svn.apache.org/r1660498 Log: Possible fix for occasional NIO2 CI failures. Without the sync it is

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 09:19, Rémy Maucherat wrote: 2015-02-17 22:52 GMT+01:00 Mark Thomas ma...@apache.org: On 17/02/2015 21:02, ma...@apache.org wrote: Author: markt Date: Tue Feb 17 21:02:09 2015 New Revision: 1660498 URL: http://svn.apache.org/r1660498 Log: Possible fix for occasional NIO2

Re: svn commit: r1660582 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/UpgradeServletInputStream.java coyote/http11/upgrade/UpgradeServletOutputStream.java tomcat/util/net/Nio2Endpoint.jav

2015-02-18 Thread Rémy Maucherat
2015-02-18 10:45 GMT+01:00 Mark Thomas ma...@apache.org: On 18/02/2015 09:25, r...@apache.org wrote: Author: remm Date: Wed Feb 18 09:25:30 2015 New Revision: 1660582 URL: http://svn.apache.org/r1660582 Log: - Add debugging of my own (sorry), on socket close. - Try dropping the

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Rémy Maucherat
2015-02-18 10:39 GMT+01:00 Mark Thomas ma...@apache.org: I'm fairly confident that the problem we are seeing with TestWebSocketFrameClientSSL is related to a write registration not happening / getting lost. The symptom is that the server just stops writing, the client times out after 60s and

Re: Question about taglibs. Issue 37466

2015-02-18 Thread Stephan van Loendersloot (LIST)
Hi Konstantin, Jeremy, Yes I can provide a simple example shortly... Apologies for breaking the first rule of questioning: provide all details about operating system, container, libraries, etc. Would it be best if I continue this discussion here or at Jira? On 17-02-15 17:23, Jeremy Boynes

Re: svn commit: r1660498 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 09:47, Rémy Maucherat wrote: 2015-02-18 10:39 GMT+01:00 Mark Thomas ma...@apache.org: I'm fairly confident that the problem we are seeing with TestWebSocketFrameClientSSL is related to a write registration not happening / getting lost. The symptom is that the server just stops

svn commit: r1660582 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/UpgradeServletInputStream.java coyote/http11/upgrade/UpgradeServletOutputStream.java tomcat/util/net/Nio2Endpoint.java

2015-02-18 Thread remm
Author: remm Date: Wed Feb 18 09:25:30 2015 New Revision: 1660582 URL: http://svn.apache.org/r1660582 Log: - Add debugging of my own (sorry), on socket close. - Try dropping the direct socket close from the upgraded streams (the sockets seem to still be closed and the ws tests pass with NIO1+2).

Re: svn commit: r1660582 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/UpgradeServletInputStream.java coyote/http11/upgrade/UpgradeServletOutputStream.java tomcat/util/net/Nio2Endpoint.jav

2015-02-18 Thread Mark Thomas
On 18/02/2015 09:25, r...@apache.org wrote: Author: remm Date: Wed Feb 18 09:25:30 2015 New Revision: 1660582 URL: http://svn.apache.org/r1660582 Log: - Add debugging of my own (sorry), on socket close. - Try dropping the direct socket close from the upgraded streams (the sockets seem

svn commit: r1660677 - in /tomcat/site/trunk: docs/download-70.cgi docs/download-80.cgi docs/download-native.cgi docs/download-taglibs.cgi xdocs/download-native.cgi xdocs/download-taglibs.cgi

2015-02-18 Thread markt
Author: markt Date: Wed Feb 18 16:59:09 2015 New Revision: 1660677 URL: http://svn.apache.org/r1660677 Log: Ensure correct props are set on cgi files Modified: tomcat/site/trunk/docs/download-70.cgi (props changed) tomcat/site/trunk/docs/download-80.cgi (props changed)

[Bug 57540] report TLS protocol version

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #19 from Christopher Schultz ch...@christopherschultz.net --- I have a question about your implementation in mod_jk: why are you passing the SSL_PROTOCOL as a SC_A_REQ_ATTRIBUTE instead of a first-class piece of information, like

Re: svn commit: r1660609 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessor.java UpgradeServletOutputStream.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 15:04, Mark Thomas wrote: On 18/02/2015 14:01, Rémy Maucherat wrote: 2015-02-18 14:19 GMT+01:00 Mark Thomas ma...@apache.org: Hmm. I've been running a test with this plus a bunch of possibly unnecessary sync expansions looping over the suspect test for over an hour now without

svn commit: r1660738 - in /tomcat/tc6.0.x/trunk: STATUS.txt dist.xml extras.xml webapps/docs/changelog.xml

2015-02-18 Thread kkolinko
Author: kkolinko Date: Wed Feb 18 21:58:05 2015 New Revision: 1660738 URL: http://svn.apache.org/r1660738 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57344 Provide sha1 checksum files for Tomcat downloads. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 57540] report TLS protocol version

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #20 from Rainer Jung rainer.j...@kippdata.de --- Some attributes are known in the AJP 1.3 protocol and their names are marshalled on the wire with hex abbreviations. Those must be known by the receiver as well otherwise it is a

[Bug 57559] Decoded Request URI used for Asynchronous dispatch

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57559 --- Comment #3 from cg.throwa...@mailinator.com --- (In reply to Konstantin Kolinko from comment #2) Previous discussion of this issue, ~8 months ago (June 2014): Decoded URL set on asynchronous request

[Bug 57344] [PATCH] Provide sha1 checksum files for Tomcat downloads

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57344 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED

[Bug 57558] validator ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57558 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1660792 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/coyote/Request.java webapps/docs/changelog.xml

2015-02-18 Thread kkolinko
Author: kkolinko Date: Thu Feb 19 04:19:11 2015 New Revision: 1660792 URL: http://svn.apache.org/r1660792 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57581 Change statistics byte counter in coyote Request object to be long to allow values above 2Gb.

[Bug 57601] New: DefaultServlet returns no content when included during a HEAD request

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57601 Bug ID: 57601 Summary: DefaultServlet returns no content when included during a HEAD request Product: Tomcat 8 Version: trunk Hardware: All OS: All

svn commit: r1660793 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/runtime/ProtectedFunctionMapper.java java/org/apache/jasper/security/SecurityClassLoad.java webapps/docs/changelog

2015-02-18 Thread kkolinko
Author: kkolinko Date: Thu Feb 19 04:30:33 2015 New Revision: 1660793 URL: http://svn.apache.org/r1660793 Log: Simplify code in ProtectedFunctionMapper class of Jasper runtime. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

Re: Reg: Bug 56438

2015-02-18 Thread Pravallika Peddi
Hi Mark, Below are my observations during my research on the bug: 1) I downloaded recent trunk and ran the ant command so that the build/bin/lib folders are generated. 2) I created a simple web application and exported to WAR file which is of 3.4 MB size including 10 required jar files. 3) I

[Bug 57581] request.getBytesRead() should be long

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57581 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- Fixed in Tomcat 6 by r1660792. The fix will be in 6.0.44 onwards. -- You are receiving this mail because: You are the assignee for the bug.

Re: Question about taglibs. Issue 37466

2015-02-18 Thread Jeremy Boynes
On Feb 18, 2015, at 3:10 AM, Stephan van Loendersloot (LIST) step...@republika.nl wrote: Hi Konstantin, Jeremy, Yes I can provide a simple example shortly... Apologies for breaking the first rule of questioning: provide all details about operating system, container, libraries, etc.

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-18 Thread Konstantin Kolinko
2015-02-18 15:56 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-02-17 16:49 GMT+03:00 Mark Thomas ma...@apache.org: On 16/02/2015 14:09, Konstantin Kolinko wrote: 2015-02-15 21:46 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.20 release is now available for

Re: svn commit: r1660609 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessor.java UpgradeServletOutputStream.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 12:14, ma...@apache.org wrote: Author: markt Date: Wed Feb 18 12:14:24 2015 New Revision: 1660609 URL: http://svn.apache.org/r1660609 Log: registered is guarded by registeredLock so there is no need for it to be volatile. Simplify the process of triggering the first call

svn commit: r1660609 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessor.java UpgradeServletOutputStream.java

2015-02-18 Thread markt
Author: markt Date: Wed Feb 18 12:14:24 2015 New Revision: 1660609 URL: http://svn.apache.org/r1660609 Log: registered is guarded by registeredLock so there is no need for it to be volatile. Simplify the process of triggering the first call to onWritePossible Modified:

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32491 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32491action=edit localhost_access_log.2015-02-18.txt - Access Log - 8.0.18 -- You are receiving

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32492 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32492action=edit catalina.2015-02-18.log - Log - 8.0.18 -- You are receiving this mail because:

[Bug 57540] report TLS protocol version

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #16 from Christopher Schultz ch...@christopherschultz.net --- I've got an updated patch with AJP support that I'm testing now. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57540] report TLS protocol version

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Attachment #32486|0 |1

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #9 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32496 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32496action=edit hs_err_pid3936.log - Tomcat 9 @1660633 - Crash Log -- You are receiving this

[Bug 57540] report TLS protocol version

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Attachment #32487|0 |1

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All ---

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #8 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32495 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32495action=edit catalina.2015-02-18.log - Tomcat 9 @1660633 - Log -- You are receiving this mail

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32494 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32494action=edit localhost_access_log.2015-02-18.txt - Tomcat 9 @1660633 - Access Log -- You are

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-18 Thread Christopher Schultz
Mark, On 2/15/15 1:46 PM, Mark Thomas wrote: The proposed Apache Tomcat 8.0.20 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix several bugs

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-18 Thread Konstantin Kolinko
2015-02-17 16:49 GMT+03:00 Mark Thomas ma...@apache.org: On 16/02/2015 14:09, Konstantin Kolinko wrote: 2015-02-15 21:46 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.20 release is now available for voting. The proposed 8.0.20 release is: [ ] Broken - do not release

svn commit: r1660608 - /tomcat/trunk/java/org/apache/coyote/Response.java

2015-02-18 Thread markt
Author: markt Date: Wed Feb 18 12:07:32 2015 New Revision: 1660608 URL: http://svn.apache.org/r1660608 Log: Fix typo Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL:

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32489 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32489action=edit localhost_access_log.2015-02-18.txt - Access Log - 8.0.20 -- You are receiving

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32490 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32490action=edit catalina.2015-02-18.log - Log - 8.0.20 -- You are receiving this mail because:

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-18 Thread Konstantin Kolinko
2015-02-17 16:49 GMT+03:00 Mark Thomas ma...@apache.org: On 16/02/2015 14:09, Konstantin Kolinko wrote: 2015-02-15 21:46 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.20 release is now available for voting. The proposed 8.0.20 release is: [ ] Broken - do not release

[Bug 57592] numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32488 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32488action=edit server.xml server.xml - Tomcat 8.0.20. Custom configuration of Connectors

Re: svn commit: r1660609 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessor.java UpgradeServletOutputStream.java

2015-02-18 Thread Rémy Maucherat
2015-02-18 14:19 GMT+01:00 Mark Thomas ma...@apache.org: Hmm. I've been running a test with this plus a bunch of possibly unnecessary sync expansions looping over the suspect test for over an hour now without any failures. This patch does fix a logic problem but I thought it was one that

svn commit: r1660618 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

2015-02-18 Thread markt
Author: markt Date: Wed Feb 18 12:53:44 2015 New Revision: 1660618 URL: http://svn.apache.org/r1660618 Log: Handle the unlikely case of setting the write listener from a non-container thread. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

[Bug 37466] c:import doesn't work with HEAD requests

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 57592] New: numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57592 Bug ID: 57592 Summary: numberwriter example: Response status 500, asyncOperation() not valid for request with state DISPATCHED Product: Tomcat 8 Version:

Re: svn commit: r1660609 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessor.java UpgradeServletOutputStream.java

2015-02-18 Thread Mark Thomas
On 18/02/2015 14:01, Rémy Maucherat wrote: 2015-02-18 14:19 GMT+01:00 Mark Thomas ma...@apache.org: Hmm. I've been running a test with this plus a bunch of possibly unnecessary sync expansions looping over the suspect test for over an hour now without any failures. This patch does fix a

[Bug 57540] report TLS protocol version

2015-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #18 from Rainer Jung rainer.j...@kippdata.de --- Comment on attachment 32493 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32493 Updated patch The part for java/org/apache/coyote/ajp looks fine to me. The rest also, but I

Re: [VOTE] Release Apache Taglibs 1.2.3

2015-02-18 Thread Keiichi Fujino
2015-02-18 1:24 GMT+09:00 Jeremy Boynes jboy...@apache.org: Ping? On Feb 13, 2015, at 7:46 AM, Jeremy Boynes jboy...@apache.org wrote: Please could we have a third set of eyes on this release. Thanks Jeremy On Feb 10, 2015, at 8:40 PM, Jeremy Boynes jboy...@apache.org wrote:

svn commit: r1660788 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/catalina-tasks.xml webapps/docs/changelog.xml

2015-02-18 Thread kkolinko
Author: kkolinko Date: Thu Feb 19 04:07:52 2015 New Revision: 1660788 URL: http://svn.apache.org/r1660788 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57558 Add missing JARs in Ant task definition. Expand the pattern in catalina-tasks.xml to include all jars in