Re: Reg: Bug 56438

2015-02-17 Thread Pravallika Peddi
Sure Mark, I will try and let you know. On Tue, Feb 17, 2015 at 4:20 PM, Mark Thomas wrote: > On 17/02/2015 06:42, Pravallika Peddi wrote: > > Hi Mark, > > Its regarding the another bug that you shared to me: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 > > > > This bug involves mig

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-17 Thread Keiichi Fujino
2015-02-16 3:46 GMT+09:00 Mark Thomas : > 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 that

svn commit: r1660564 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-02-17 Thread kfujino
Author: kfujino Date: Wed Feb 18 04:25:34 2015 New Revision: 1660564 URL: http://svn.apache.org/r1660564 Log: rewrite changelog. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0

Re: svn commit: r1660266 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/ReplicatedMap.java webapps/docs/changelog.xml

2015-02-17 Thread Keiichi Fujino
2015-02-17 20:30 GMT+09:00 Konstantin Kolinko : > 2015-02-17 5:20 GMT+03:00 : > > Author: kfujino > > Date: Tue Feb 17 02:20:11 2015 > > New Revision: 1660266 > > > > URL: http://svn.apache.org/r1660266 > > Log: > > Make sure that add to the backup node of the map entry when map member > has been

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #15 from Rainer Jung --- I added a proprietary request attribute named "AJP_SSL_PROTOCOL" to mod_jk in r1660504. It could be mapped to a uniform attribute name, e.g. "org.apache.tomcat.util.net.secure_protocol_version" or whatever i

Re: [Bug 57540] report TLS protocol version

2015-02-17 Thread Rainer Jung
Am 17.02.2015 um 21:13 schrieb bugzi...@apache.org: https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #12 from Christopher Schultz --- Rats... looks like to support AJP, there need to be additional data sent by the proxy. There is no pre-defined field for SSL_PROTOCOL (similar to

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

2015-02-17 Thread Mark Thomas
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 possible > for a write registration to get lost. I still see

svn commit: r1660504 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/common/jk_ajp_common.c native/common/jk_ajp_common.h native/common/jk_service.h xdocs/miscellan

2015-02-17 Thread rjung
Author: rjung Date: Tue Feb 17 21:35:17 2015 New Revision: 1660504 URL: http://svn.apache.org/r1660504 Log: AJP: Forward name of SSL protocol used for handling the request (SSLv3, TLSv1, TLSv1.1, TLSv1.2). This is related to Tomcat BZ 57540. Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk

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

2015-02-17 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150217-native-src.tar.gz -Dexampl

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

2015-02-17 Thread markt
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 possible for a write registration to get lost. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #14 from Christopher Schultz --- Created attachment 32487 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32487&action=edit Updated patch This patch supports APR-based connectors and also works when the SSL protocol is the f

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #13 from Christopher Schultz --- Okay, the patch doesn't work as presented. If you request the SSL protocol before any of the other SSL attributes, then the protocol comes back as null. That's because o.a.c.connector.Request.getAtt

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #12 from Christopher Schultz --- Rats... looks like to support AJP, there need to be additional data sent by the proxy. There is no pre-defined field for SSL_PROTOCOL (similar to o.a.coyote.ajp.Constants.SC_A_SSL_CIPHER) so that'll

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #11 from Christopher Schultz --- Something is missing, here. I can't get the NIO connector to give me the protocol value. I changed the code to use "(unknown)" when the value returned by SSLSupport is null, and I'm not seeing that,

Re: svn commit: r1660479 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2015-02-17 Thread Mark Thomas
On 17/02/2015 19:50, ma...@apache.org wrote: > Author: markt > Date: Tue Feb 17 19:50:40 2015 > New Revision: 1660479 > > URL: http://svn.apache.org/r1660479 > Log: > Typical. The tests starts failing regularly and it is the test that isn't > configured for debug that fails. > > Modified: >

svn commit: r1660479 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 19:50:40 2015 New Revision: 1660479 URL: http://svn.apache.org/r1660479 Log: Typical. The tests starts failing regularly and it is the test that isn't configured for debug that fails. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameCl

svn commit: r1660472 - /tomcat/trunk/build.xml

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 19:30:50 2015 New Revision: 1660472 URL: http://svn.apache.org/r1660472 Log: Missed a version number update for 8.0.x -> 9.0.x Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=166047

svn commit: r1660470 - in /tomcat/trunk: java/org/apache/coyote/http11/upgrade/LocalStrings.properties java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java test/org/apache/tomcat/websocket/Test

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 19:25:07 2015 New Revision: 1660470 URL: http://svn.apache.org/r1660470 Log: After a few wrong turns, take another stab at some debug logging for the ocassional NIO2 failure in the CI build. I don't expect this to find the problem, just point us in the right direct

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #10 from Christopher Schultz --- I'm evaluating this. The change for AprSSLSupport doesn't seem that onerous. Why didn't you implement that? -- You are receiving this mail because: You are the assignee for the bug. --

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-17 Thread Rainer Jung
Am 15.02.2015 um 19:46 schrieb Mark Thomas: The proposed 8.0.20 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.20 +1 to release. Details === - MD5 OK - signatures OK - key in KEYS file - gz and zip for src and bin consistent - src completely consistent w

svn commit: r1660438 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 16:38:28 2015 New Revision: 1660438 URL: http://svn.apache.org/r1660438 Log: Drop some of the extra debug logging Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/

Re: Question about taglibs. Issue 37466

2015-02-17 Thread Jeremy Boynes
On Feb 17, 2015, at 4:34 AM, Konstantin Kolinko wrote: > > 2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) > : >> Hi everyone, >> >> I have a question about this issue: >> https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 >> >> I tried to switch to the latest Tomcat TagLibs implem

Re: [VOTE] Release Apache Taglibs 1.2.3

2015-02-17 Thread Jeremy Boynes
Ping? > On Feb 13, 2015, at 7:46 AM, Jeremy Boynes 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 wrote: >> >> The proposed Apache Taglibs 1.2.3 release is now available for voting. >> >> It can be obt

svn commit: r1660433 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 16:17:00 2015 New Revision: 1660433 URL: http://svn.apache.org/r1660433 Log: Remove debug messages. They weren't helping. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL

[Bug 57540] report TLS protocol version

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57540 Ralf Hauser changed: What|Removed |Added Attachment #32437|0 |1 is obsolete|

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

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 15:17:27 2015 New Revision: 1660407 URL: http://svn.apache.org/r1660407 Log: Tweak debug message Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http://svn.a

svn commit: r1660402 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 14:55:52 2015 New Revision: 1660402 URL: http://svn.apache.org/r1660402 Log: Additional debug logging to try and trace the cause of the occasional NIO2 failures for TestWebSocketFrameClientSSL. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

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

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 14:50:05 2015 New Revision: 1660398 URL: http://svn.apache.org/r1660398 Log: REvert debug message - it won't help. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

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

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 14:30:59 2015 New Revision: 1660390 URL: http://svn.apache.org/r1660390 Log: Additional debug logging to try and trace the cause of the occasional NIO2 failures for TestWebSocketFrameClientSSL. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint

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

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 14:21:04 2015 New Revision: 1660388 URL: http://svn.apache.org/r1660388 Log: Fix formatting of debug method Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: h

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-17 Thread Mark Thomas
On 16/02/2015 14:09, Konstantin Kolinko wrote: > 2015-02-15 21:46 GMT+03:00 Mark Thomas : >> The proposed Apache Tomcat 8.0.20 release is now available for voting. >> >> >> The proposed 8.0.20 release is: >> [ ] Broken - do not release >> [ ] Stable - go ahead and release as 8.0.20 >> > > I am abs

svn commit: r1660376 - in /tomcat/site/trunk: docs/index.html docs/migration-8.html xdocs/migration-8.xml

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 13:48:40 2015 New Revision: 1660376 URL: http://svn.apache.org/r1660376 Log: Update migration guide for DBCP2 changes to removeAbandoned Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration

[Bug 57587] JNDI Datasource HOW-TO refers to obsolete DBCP config property

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57587 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57587] JNDI Datasource HOW-TO refers to obsolete DBCP config property

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57587 --- Comment #2 from Phil Steitz --- This is since DBCP 2.0. The DBCP config doc has been updated in trunk. Changes will appear on the web site once the release in progress completes. -- You are receiving this mail because: You are the assig

Re: Question about taglibs. Issue 37466

2015-02-17 Thread Konstantin Kolinko
2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST) : > Hi everyone, > > I have a question about this issue: > https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 > > I tried to switch to the latest Tomcat TagLibs implementation, but due to > this fixed bug, it seems that posted form parame

svn commit: r1660359 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/jndi-datasource-examples-howto.xml

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 12:13:31 2015 New Revision: 1660359 URL: http://svn.apache.org/r1660359 Log: Whitespace police Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml Propchange: tomcat/tc8.0.x/trunk/ -

svn commit: r1660358 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 12:12:36 2015 New Revision: 1660358 URL: http://svn.apache.org/r1660358 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml URL: http://svn.apache.

svn commit: r1660357 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/jndi-datasource-examples-howto.xml

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 12:00:48 2015 New Revision: 1660357 URL: http://svn.apache.org/r1660357 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57587 Update for DBCP2. Patch provided by Phil Steitz Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/w

[Bug 57587] JNDI Datasource HOW-TO refers to obsolete DBCP config property

2015-02-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57587 --- Comment #1 from Konstantin Kolinko --- When did it happen? The DBCP documentation [1] mentions "removeAbandoned", but none of those two other properties? One also needs to update the migration guide. [2] [1] http://commons.apache.org/pr

svn commit: r1660353 - /tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 11:43:46 2015 New Revision: 1660353 URL: http://svn.apache.org/r1660353 Log: Update for DBCP2. Patch provided by Phil Steitz Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howt

Re: svn commit: r1660266 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/ReplicatedMap.java webapps/docs/changelog.xml

2015-02-17 Thread Konstantin Kolinko
2015-02-17 5:20 GMT+03:00 : > Author: kfujino > Date: Tue Feb 17 02:20:11 2015 > New Revision: 1660266 > > URL: http://svn.apache.org/r1660266 > Log: > Make sure that add to the backup node of the map entry when map member has > been added to ReplicatedMap. It is hard to read the above phrase. I

Re: Reg: Bug 56438

2015-02-17 Thread Mark Thomas
On 17/02/2015 06:42, Pravallika Peddi wrote: > Hi Mark, > Its regarding the another bug that you shared to me: > https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 > > This bug involves migration from 5.5 to 7.0, and i am new to migration of > Tomcat releases. Hence can you assign me some other

[jira] [Updated] (MTOMCAT-291) Integration tests using selenium:xvfb fails on Windows

2015-02-17 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg updated MTOMCAT-291: Description: The integration test "artifact.id-webapp-it" in tomcat-maven-archetype fail on

[jira] [Updated] (MTOMCAT-291) Integration tests using selenium:xvfb fails on Windows

2015-02-17 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg updated MTOMCAT-291: Component/s: (was: tomcat7) Description: The integration test "artifact.id-weba

[jira] [Created] (MTOMCAT-291) Integration tests using selenium:xvfb fails on Windows

2015-02-17 Thread Dennis Lundberg (JIRA)
Dennis Lundberg created MTOMCAT-291: --- Summary: Integration tests using selenium:xvfb fails on Windows Key: MTOMCAT-291 URL: https://issues.apache.org/jira/browse/MTOMCAT-291 Project: Apache Tomcat Ma

svn commit: r1660343 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 10:28:01 2015 New Revision: 1660343 URL: http://svn.apache.org/r1660343 Log: Need to update the list of unsupported OpenSSL ciphers after adding the 1.1.0 only ones to the overall Ciphers list. Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jss

svn commit: r1660337 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 10:00:13 2015 New Revision: 1660337 URL: http://svn.apache.org/r1660337 Log: Ensure the ciphers added in OpenSSL 1.1.0 are not expected to be present when testing with 1.0.2 Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher

svn commit: r1660333 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/tribes/tipis/ReplicatedMap.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 09:48:10 2015 New Revision: 1660333 URL: http://svn.apache.org/r1660333 Log: Backport a couple of style fixes Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java Propchange: tomcat

svn commit: r1660332 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 09:47:05 2015 New Revision: 1660332 URL: http://svn.apache.org/r1660332 Log: Fix an IDE warning Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java URL:

svn commit: r1660331 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java

2015-02-17 Thread markt
Author: markt Date: Tue Feb 17 09:46:41 2015 New Revision: 1660331 URL: http://svn.apache.org/r1660331 Log: Whitespace police (thanks to Gump for the tip-off) Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribe