[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #35 from Mark Thomas --- Agreed. I'll start looking at this today with a view to getting a release out next week. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1632512 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 08:28:32 2014 New Revision: 1632512 URL: http://svn.apache.org/r1632512 Log: Disable SSLv3 by default for JSSE HTTPS connectors (BIO, NIO, NIO2) Ensure SSLv2 is disabled (the JRE should do this anyway) Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/

svn commit: r1632514 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 08:31:36 2014 New Revision: 1632514 URL: http://svn.apache.org/r1632514 Log: Disable SSLv3 by default for JSSE HTTPS connectors (BIO, NIO, NIO2) Ensure SSLv2 is disabled (the JRE should do this anyway) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomca

Re: Analysis of apache-tomcat-8.0.12 dependency on JDK-Internal APIs

2014-10-17 Thread Rory O'Donnell
Hi Mark, Did you get a chance to followup on the discussion on core-libs-dev@openjdk mailing list ? Rgds,Rory On 12/09/2014 11:11, dalibor topic wrote: On 11.09.2014 20:50, Mark Thomas wrote: The protection against JRE triggered memory leaks is a source of a lot of internal API usage: http

[Bug 57105] New: under in web.xml only accept integer which doesn't follow spec

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57105 Bug ID: 57105 Summary: under in web.xml only accept integer which doesn't follow spec Product: Tomcat 8 Version: 8.0.14 Hardware: PC OS: Linux

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-10-17 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/340 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: scheduler Build Sou

[Bug 57105] under in web.xml only accept integer which doesn't follow spec and cause jsp compile fail

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57105 Tommy Xu changed: What|Removed |Added Summary| under | under | in| in

svn commit: r1632523 - /tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 09:25:44 2014 New Revision: 1632523 URL: http://svn.apache.org/r1632523 Log: Remove forcing use of SSLv3 in unit tests Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport

svn commit: r1632524 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/net/TesterSupport.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 09:28:15 2014 New Revision: 1632524 URL: http://svn.apache.org/r1632524 Log: Remove forcing use of SSLv3 in unit tests Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java Propchange: tomc

Re: [VOTE] Release Apache Tomcat 6.0.42

2014-10-17 Thread Mark Thomas
On 30/09/2014 21:48, jean-frederic clere wrote: > The proposed Apache Tomcat 6.0.42 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.42/ > > The Maven staging repo is: > https://repository.apache.org/content/repositori

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-10-17 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/341 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: scheduler Build

[Bug 57102] Cannot Specify sslEnabledProtocols

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 57103] Download page should provide details on how to verify the downloads

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57103 --- Comment #1 from Konstantin Kolinko --- The HTTPD page does it wrong. The following command is seriously broken: % gpg --verify httpd-2.2.0.tar.gz.asc It must be % gpg --verify httpd-2.2.0.tar.gz.asc httpd-2.2.0.tar.gz per http://blog

svn commit: r1632532 - /tomcat/trunk/webapps/docs/config/http.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 10:47:47 2014 New Revision: 1632532 URL: http://svn.apache.org/r1632532 Log: Updates docs for new sslEnabledProtocols default. Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/vi

svn commit: r1632533 - /tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 10:48:02 2014 New Revision: 1632533 URL: http://svn.apache.org/r1632533 Log: Updates docs for new sslEnabledProtocols default. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml URL: http://s

svn commit: r1632537 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/connector/Connector.java coyote/http11/Http11NioProtocol.java coyote/http11/Http11Protocol.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 11:07:47 2014 New Revision: 1632537 URL: http://svn.apache.org/r1632537 Log: CTR: Whitespace clean-up prior to proposing a patch Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Connector.java tomcat/tc6.0.x/trunk/java/org/apache/coyote/http

[Bug 57102] Cannot Specify sslEnabledProtocols

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 --- Comment #3 from Mark Thomas --- Fix proposed for 6.0.x -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubs

svn commit: r1632538 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 11:15:51 2014 New Revision: 1632538 URL: http://svn.apache.org/r1632538 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1632538&r1=1632537&r

[Bug 57102] Cannot Specify sslEnabledProtocols

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 --- Comment #4 from Konstantin Kolinko --- How about protocols="TLSv1,TLSv1.1,TLSv1.2" ? See bug 54691 for original introduction of sslEnabledProtocols in Tomcat 6. -- You are receiving this mail because: You are the assignee for the bug

svn commit: r1632541 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 11:41:35 2014 New Revision: 1632541 URL: http://svn.apache.org/r1632541 Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1632541&r1=1632540&r2

buildbot exception in ASF Buildbot on tomcat-trunk

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

[Bug 57102] Cannot Specify sslEnabledProtocols

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 --- Comment #5 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #4) > How about protocols="TLSv1,TLSv1.1,TLSv1.2" ? > > See bug 54691 for original introduction of sslEnabledProtocols in Tomcat 6. I see now, r152151

Re: svn commit: r1632538 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread Konstantin Kolinko
2014-10-17 15:15 GMT+04:00 : > Author: markt > Date: Fri Oct 17 11:15:51 2014 > New Revision: 1632538 > > URL: http://svn.apache.org/r1632538 > Log: > Proposal > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 > + Ensure the t

svn commit: r1632550 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread remm
Author: remm Date: Fri Oct 17 12:22:15 2014 New Revision: 1632550 URL: http://svn.apache.org/r1632550 Log: Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1632550&r1=1632549&r2=1

[Bug 57105] under in web.xml only accept integer which doesn't follow spec and cause jsp compile fail

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57105 --- Comment #1 from Konstantin Kolinko --- The allowed values are "none" and "kb". It is verified in org.apache.jasper.compiler.PageInfo.setBufferValue() 1. The buffer size can also be specified via buffer attribute on @page directive. The

Re: digest.bat (RealmBase.main()) is broken in current Tomcat 8 trunk. Tomcat 8.0.14 is OK.

2014-10-17 Thread Konstantin Kolinko
2014-09-30 19:22 GMT+04:00 Konstantin Kolinko : > 2014-09-29 14:43 GMT+04:00 Mark Thomas : >> On 27/09/2014 15:52, Konstantin Kolinko wrote: > () > >>> 4) The current javadoc for RealmBase.main() says that algorithm (-a) >>> is not required and "If not specified a default of SHA-512 will be >>>

[Bug 57105] under in web.xml only accept integer which doesn't follow spec and cause jsp compile fail

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57105 --- Comment #2 from Tommy Xu --- What I mean is when set 32kb in in web.xml is ok, BUT when tomcat start, it will throw Exception, because in source code, it parse it by calling Integer.valueOf(...) which is want to convert "32kb" into a

svn commit: r1632570 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 13:29:00 2014 New Revision: 1632570 URL: http://svn.apache.org/r1632570 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1632570&r1=1632569&r2=16

svn commit: r1632571 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/Connector.java java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/coyote/http11/Http11P

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 13:29:51 2014 New Revision: 1632571 URL: http://svn.apache.org/r1632571 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 Ensure the the sslEnabledProtocols option works with both BIO and NIO Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/t

Re: svn commit: r1632538 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread Mark Thomas
On 17/10/2014 13:18, Konstantin Kolinko wrote: > 2014-10-17 15:15 GMT+04:00 : >> Author: markt >> Date: Fri Oct 17 11:15:51 2014 >> New Revision: 1632538 >> >> URL: http://svn.apache.org/r1632538 >> Log: >> Proposal >> >> Modified: >> tomcat/tc6.0.x/trunk/STATUS.txt >> > >> +* Fix https://iss

[Bug 57097] Add name attribute to standard connectors

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57097 --- Comment #3 from Christopher Schultz --- I think there is a legitimate use case here. The "name" shouldn't override the existing JMX name... just add another property that can be used to locate the connector, even if you have to grab th

svn commit: r1632573 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 13:37:21 2014 New Revision: 1632573 URL: http://svn.apache.org/r1632573 Log: CTR: Whitespace changes only to make subsequent patch proposal cleaner Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk/ja

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #36 from Christopher Schultz --- I'll do another review of the tcnative patch and apply as appropriate. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57102] Cannot Specify sslEnabledProtocols

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 --- Comment #6 from Christopher Schultz --- Whoops, sorry for the oversight on the NIO connector. It looks like markt applied this patch. Is this then FIXED? -- You are receiving this mail because: You are the assignee for the bug.

Re: digest.bat (RealmBase.main()) is broken in current Tomcat 8 trunk. Tomcat 8.0.14 is OK.

2014-10-17 Thread Christopher Schultz
Konstantin, On 10/17/14 9:13 AM, Konstantin Kolinko wrote: > 2014-09-30 19:22 GMT+04:00 Konstantin Kolinko : >> 2014-09-29 14:43 GMT+04:00 Mark Thomas : >>> On 27/09/2014 15:52, Konstantin Kolinko wrote: >> () >> 4) The current javadoc for RealmBase.main() says that algorithm (-a) is

svn commit: r1632577 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2014-10-17 Thread schultz
Author: schultz Date: Fri Oct 17 13:52:24 2014 New Revision: 1632577 URL: http://svn.apache.org/r1632577 Log: Maintain SSL_OP parity with OpenSSL: add SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2. Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java Modified: tomcat/trunk/java/org/apache/t

svn commit: r1632578 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 13:52:40 2014 New Revision: 1632578 URL: http://svn.apache.org/r1632578 Log: CTR: Whitespace changes only to make subsequent patch proposal cleaner Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/tc6

Re: svn commit: r1632577 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2014-10-17 Thread Christopher Schultz
All, On 10/17/14 9:52 AM, schu...@apache.org wrote: > Author: schultz > Date: Fri Oct 17 13:52:24 2014 > New Revision: 1632577 > > URL: http://svn.apache.org/r1632577 > Log: > Maintain SSL_OP parity with OpenSSL: add SSL_OP_NO_TLSv1_1 and > SSL_OP_NO_TLSv1_2. > > Modified: > tomcat/trunk/ja

svn commit: r1632580 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:00:49 2014 New Revision: 1632580 URL: http://svn.apache.org/r1632580 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1632580&r1=1632579&r

[Bug 57102] Cannot Specify sslEnabledProtocols

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57102 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: [Bug 56401] Log version information on startup

2014-10-17 Thread Violeta Georgieva
Hi, 2014-09-25 19:31 GMT+03:00 : > > https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 > > --- Comment #9 from Mark Thomas --- > Imporved fix applied to 8.0.x for 8.0.15 onwards. What do you think if I back-port this feature to Tomcat 7? Thanks, Violeta > > -- > You are receiving this m

Re: svn commit: r1632577 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2014-10-17 Thread Konstantin Kolinko
2014-10-17 17:59 GMT+04:00 Christopher Schultz : > All, > > On 10/17/14 9:52 AM, schu...@apache.org wrote: >> Author: schultz >> Date: Fri Oct 17 13:52:24 2014 >> New Revision: 1632577 >> >> URL: http://svn.apache.org/r1632577 >> Log: >> Maintain SSL_OP parity with OpenSSL: add SSL_OP_NO_TLSv1_1 an

Re: [Bug 56401] Log version information on startup

2014-10-17 Thread Konstantin Kolinko
2014-10-17 18:08 GMT+04:00 Violeta Georgieva : > Hi, > > 2014-09-25 19:31 GMT+03:00 : >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 >> >> --- Comment #9 from Mark Thomas --- >> Imporved fix applied to 8.0.x for 8.0.15 onwards. > > What do you think if I back-port this feature to T

Re: svn commit: r1632580 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread Konstantin Kolinko
2014-10-17 18:00 GMT+04:00 : > Author: markt > Date: Fri Oct 17 14:00:49 2014 > New Revision: 1632580 > > URL: http://svn.apache.org/r1632580 > Log: > Proposal > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > +* Mitigate POODLE by disabling SSLv3 by default > + http://people.apache.org/~m

svn commit: r1632586 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/jni/SSL.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:30:06 2014 New Revision: 1632586 URL: http://svn.apache.org/r1632586 Log: Disable SSLv3 by default for APR/native Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/SSL.java tomcat/tc7.0.x/trunk/webapps/d

svn commit: r1632584 - in /tomcat/trunk: java/org/apache/tomcat/jni/SSL.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:27:34 2014 New Revision: 1632584 URL: http://svn.apache.org/r1632584 Log: (empty) Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/java

Re: svn commit: r1632577 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2014-10-17 Thread Christopher Schultz
Konstantin, On 10/17/14 10:09 AM, Konstantin Kolinko wrote: > 2014-10-17 17:59 GMT+04:00 Christopher Schultz : >> All, >> >> On 10/17/14 9:52 AM, schu...@apache.org wrote: >>> Author: schultz >>> Date: Fri Oct 17 13:52:24 2014 >>> New Revision: 1632577 >>> >>> URL: http://svn.apache.org/r1632577 >

[Bug 57097] Add name attribute to standard connectors

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57097 --- Comment #4 from Mark Thomas --- (In reply to Christopher Schultz from comment #3) > I think there is a legitimate use case here. I disagree. The connectors already have a unique name and I have no desire to add unecessary code to provi

svn commit: r1632587 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:39:08 2014 New Revision: 1632587 URL: http://svn.apache.org/r1632587 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1632587&r1=1632586&r

svn commit: r1632589 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestCipher.java TesterOpenSSL.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:42:50 2014 New Revision: 1632589 URL: http://svn.apache.org/r1632589 Log: Stop Eclipse moaning if stricter Javadoc checks are enabled Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java tomcat/trunk/test/org/apache/tomcat/u

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #37 from Christopher Schultz --- I'm looking at Marcel's attachment #30150 and the protocol selection is a bit verbose though methodical. It took a bit of thinking to understand why the code does what it does. Specifically, it

Re: svn commit: r1632577 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2014-10-17 Thread Konstantin Kolinko
2014-10-17 18:32 GMT+04:00 Christopher Schultz : > Konstantin, > > On 10/17/14 10:09 AM, Konstantin Kolinko wrote: >> 2014-10-17 17:59 GMT+04:00 Christopher Schultz >> : >>> All, >>> >>> On 10/17/14 9:52 AM, schu...@apache.org wrote: Author: schultz Date: Fri Oct 17 13:52:24 2014 Ne

svn commit: r1632590 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:45:46 2014 New Revision: 1632590 URL: http://svn.apache.org/r1632590 Log: Update OpenSSL unit tests to use 1.0.1j Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/j

svn commit: r1632593 - in /tomcat/native/trunk/native: include/ssl_private.h src/ssl.c src/sslcontext.c

2014-10-17 Thread schultz
Author: schultz Date: Fri Oct 17 14:47:04 2014 New Revision: 1632593 URL: http://svn.apache.org/r1632593 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Add support for TLSv1.2 and TLSv1.1. Modified: tomcat/native/trunk/native/include/ssl_private.h tomcat/native/trunk/na

svn commit: r1632595 - in /tomcat/native/branches/1.1.x: native/include/ssl_private.h native/src/ssl.c native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2014-10-17 Thread schultz
Author: schultz Date: Fri Oct 17 14:50:34 2014 New Revision: 1632595 URL: http://svn.apache.org/r1632595 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Add support for TLSv1.2 and TLSv1.1. Modified: tomcat/native/branches/1.1.x/native/include/ssl_private.h tomcat/native

svn propchange: r1632584 - svn:log

2014-10-17 Thread kkolinko
Author: kkolinko Revision: 1632584 Modified property: svn:log Modified: svn:log at Fri Oct 17 14:51:04 2014 -- --- svn:log (original) +++ svn:log Fri Oct 17 14:51:04 2014 @@ -0,0 +1 @@ +Disable SSLv3 by default for APR/nat

svn commit: r1632596 - /tomcat/native/trunk/native/srclib/VERSIONS

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:51:34 2014 New Revision: 1632596 URL: http://svn.apache.org/r1632596 Log: Update dependencies Modified: tomcat/native/trunk/native/srclib/VERSIONS Modified: tomcat/native/trunk/native/srclib/VERSIONS URL: http://svn.apache.org/viewvc/tomcat/native/trunk/nat

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Christopher Schultz changed: What|Removed |Added Attachment #32115|0 |1 is patch|

[Bug 56397] Establish parallel Maven-based build process

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 Pierre Viret changed: What|Removed |Added Attachment #32113|0 |1 is obsolete|

svn commit: r1632599 - /tomcat/native/branches/1.1.x/native/srclib/VERSIONS

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 14:53:11 2014 New Revision: 1632599 URL: http://svn.apache.org/r1632599 Log: Update OpenSSL version Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS URL: http://svn.apache.org/viewvc/to

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Christopher Schultz changed: What|Removed |Added Attachment #32114|0 |1 is patch|

svn commit: r1632600 - /tomcat/trunk/webapps/docs/changelog.xml

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 14:59:01 2014 New Revision: 1632600 URL: http://svn.apache.org/r1632600 Log: Correct a typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

svn commit: r1632601 - in /tomcat/trunk/java/org/apache/jasper: compiler/Node.java resources/LocalStrings.properties

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 15:03:44 2014 New Revision: 1632601 URL: http://svn.apache.org/r1632601 Log: Correct typo in message key, order alphabetically - followup to r1632310 Modified: tomcat/trunk/java/org/apache/jasper/compiler/Node.java tomcat/trunk/java/org/apache/jasper/reso

svn commit: r1632602 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 15:08:34 2014 New Revision: 1632602 URL: http://svn.apache.org/r1632602 Log: Correct a typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/ --

svn commit: r1632603 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Node.java java/org/apache/jasper/resources/LocalStrings.properties

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 15:10:00 2014 New Revision: 1632603 URL: http://svn.apache.org/r1632603 Log: Merged r1632601 from tomcat/trunk: Correct typo in message key, order alphabetically - followup to r1632310 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk

[Bug 47714] Response mixed between users

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 --- Comment #27 from Rami Stefanidis --- . -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apa

svn commit: r1632604 - in /tomcat/trunk: java/org/apache/tomcat/jni/ java/org/apache/tomcat/jni/socket/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2014-10-17 Thread schultz
Author: schultz Date: Fri Oct 17 15:19:35 2014 New Revision: 1632604 URL: http://svn.apache.org/r1632604 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Add support for TLSv1.1 and TLSv1.2 to APR connector. Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java tomc

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 --- Comment #39 from Christopher Schultz --- Fixed in tcnative-trunk in r1632593 and tcnative-1.1.x in r1632595. Will be in tcnative 1.1.32. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1632606 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/jni/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2014-10-17 Thread schultz
Author: schultz Date: Fri Oct 17 15:31:16 2014 New Revision: 1632606 URL: http://svn.apache.org/r1632606 Log: Back-ported r1632604 to fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Add support for TLSv1.1 and TLSv1.2 to APR connector. Modified: tomcat/tc7.0.x/trunk/java/org/apa

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1632608 - /tomcat/tc7.0.x/trunk/

2014-10-17 Thread schultz
Author: schultz Date: Fri Oct 17 15:33:22 2014 New Revision: 1632608 URL: http://svn.apache.org/r1632608 Log: Register mack-port of r1632604 missed in r1632606. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/ ---

buildbot failure in ASF Buildbot on tomcat-trunk

2014-10-17 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/558 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

[Bug 57106] New: Apache service continual out of memory issues

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57106 Bug ID: 57106 Summary: Apache service continual out of memory issues Product: Tomcat 7 Version: 7.0.54 Hardware: Other OS: other Status: NEW Severit

buildbot exception in ASF Buildbot on tomcat-trunk

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

[Bug 57106] Apache service continual out of memory issues

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57106 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 53952] Add support for TLS 1.1 and 1.2

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Christopher Schultz changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-10-17 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/345 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: scheduler Build Sou

svn commit: r1632619 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 16:08:39 2014 New Revision: 1632619 URL: http://svn.apache.org/r1632619 Log: Fix xml markup broken by r1632606, move connector change into Coyote section. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/c

Re: svn commit: r1631520 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/LocalStrings.properties java/org/apache/tomcat/util/buf/MessageBytes.java webapps/docs/changelog.xml

2014-10-17 Thread Konstantin Kolinko
2014-10-13 23:27 GMT+04:00 : > Author: markt > Date: Mon Oct 13 19:27:37 2014 > New Revision: 1631520 > > URL: http://svn.apache.org/r1631520 > Log: > Cache the Encoder instances used to convert Strings to byte arrays in the > Connectors (e.g. when writing HTTP headers) to improve throughput. In

svn commit: r1632624 - /tomcat/trunk/webapps/docs/changelog.xml

2014-10-17 Thread kkolinko
Author: kkolinko Date: Fri Oct 17 16:21:14 2014 New Revision: 1632624 URL: http://svn.apache.org/r1632624 Log: Move connector change into Coyote section. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tom

svn commit: r1632625 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2014-10-17 Thread remm
Author: remm Date: Fri Oct 17 16:22:43 2014 New Revision: 1632625 URL: http://svn.apache.org/r1632625 Log: Add null checks for arguments in remote endpoint. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/WsRemo

Re: svn commit: r1632625 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2014-10-17 Thread Konstantin Kolinko
2014-10-17 20:22 GMT+04:00 : > Author: remm > Date: Fri Oct 17 16:22:43 2014 > New Revision: 1632625 > > URL: http://svn.apache.org/r1632625 > Log: > Add null checks for arguments in remote endpoint. > Wouldn't it better to throw a NullPointerException with those messages? Best regards, Konstant

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-10-17 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/346 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: scheduler Build

svn commit: r1632633 - /tomcat/trunk/webapps/docs/changelog.xml

2014-10-17 Thread remm
Author: remm Date: Fri Oct 17 16:51:33 2014 New Revision: 1632633 URL: http://svn.apache.org/r1632633 Log: Forgot changelog. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/change

svn commit: r1632634 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/websocket/LocalStrings.properties java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java webapps/docs/changelog.xml

2014-10-17 Thread remm
Author: remm Date: Fri Oct 17 16:51:49 2014 New Revision: 1632634 URL: http://svn.apache.org/r1632634 Log: Add null checks for arguments in remote endpoint. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/tc7.0.x/trunk/java/org/apache/tomca

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-10-17 Thread Bill Barker
it-4.12-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-20141017-native-src.tar.gz -Dexamples.sources.skip=true

[Bug 57103] Download page should provide details on how to verify the downloads

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57103 --- Comment #2 from Sebb --- (In reply to Konstantin Kolinko from comment #1) > The HTTPD page does it wrong. > > The following command is seriously broken: > % gpg --verify httpd-2.2.0.tar.gz.asc It works for me - see below. > It must b

[Bug 57103] Download page should provide details on how to verify the downloads

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57103 --- Comment #3 from Konstantin Kolinko --- (In reply to Sebb from comment #2) > (In reply to Konstantin Kolinko from comment #1) > > per > > http://blog.terryburton.co.uk/2006/11/falling-into-trap-with-gpg.html > > That page no longer exis

[Bug 57108] New: Implement multiple sslcontext SNI (server name indication) dispatch

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57108 Bug ID: 57108 Summary: Implement multiple sslcontext SNI (server name indication) dispatch Product: Tomcat Connectors Version: unspecified Hardware: All

[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57108 quartz changed: What|Removed |Added CC||quartz...@yahoo.com -- You are receiving

[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57108 Chuck Caldarale changed: What|Removed |Added Severity|normal |enhancement -- You are receivin

[Bug 57103] Download page should provide details on how to verify the downloads

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57103 --- Comment #4 from Sebb --- (In reply to Konstantin Kolinko from comment #3) > (In reply to Sebb from comment #2) > > (In reply to Konstantin Kolinko from comment #1) > > > per > > > http://blog.terryburton.co.uk/2006/11/falling-into-trap-

[GitHub] tomcat-maven-plugin pull request: add "clientAuth" parameter for t...

2014-10-17 Thread manhole
GitHub user manhole opened a pull request: https://github.com/apache/tomcat-maven-plugin/pull/12 add "clientAuth" parameter for tomcat6 You can merge this pull request into a Git repository by running: $ git pull https://github.com/manhole/tomcat-maven-plugin clientAuth Alter

[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57108 Mark Thomas changed: What|Removed |Added Component|Common |Connectors Version|unspec

Re: svn commit: r1632606 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/jni/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2014-10-17 Thread Mark Thomas
On 17/10/2014 16:31, schu...@apache.org wrote: > Author: schultz > Date: Fri Oct 17 15:31:16 2014 > New Revision: 1632606 > > URL: http://svn.apache.org/r1632606 > Log: > Back-ported r1632604 to fix > https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 > Add support for TLSv1.1 and TLSv1.2 t

svn commit: r1632654 - in /tomcat/sandbox/trunk-maven-layout: apache-tomcat/pom.xml apache-tomcat/src/assembly/distrib.xml tomcat-jasper/src/main/resources/ tomcat-websocket/src/main/java/org/apache/t

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 19:31:00 2014 New Revision: 1632654 URL: http://svn.apache.org/r1632654 Log: Further improvements from Pierre Viret to fix JSPs Added: tomcat/sandbox/trunk-maven-layout/tomcat-jasper/src/main/resources/ (with props) tomcat/sandbox/trunk-maven-layout/tomca

[Bug 56397] Establish parallel Maven-based build process

2014-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #43 from Mark Thomas --- Nice. This passes a simple smoke test (WebSocket snake game). One thing to think about when you get back is how to translate the version number filtering to Maven. -- You are receiving this mail beca

Re: svn commit: r1632606 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/jni/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2014-10-17 Thread Christopher Schultz
Mark, On 10/17/14 3:13 PM, Mark Thomas wrote: > On 17/10/2014 16:31, schu...@apache.org wrote: >> Author: schultz >> Date: Fri Oct 17 15:31:16 2014 >> New Revision: 1632606 >> >> URL: http://svn.apache.org/r1632606 >> Log: >> Back-ported r1632604 to fix >> https://issues.apache.org/bugzilla/show_

svn commit: r1632656 - /tomcat/native/branches/1.1.x/native/srclib/VERSIONS

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 19:46:32 2014 New Revision: 1632656 URL: http://svn.apache.org/r1632656 Log: Update APR for next release Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS URL: http://svn.apache.org/view

svn commit: r1632657 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2014-10-17 Thread markt
Author: markt Date: Fri Oct 17 19:47:04 2014 New Revision: 1632657 URL: http://svn.apache.org/r1632657 Log: Update changelog Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml URL: http://svn.apac

  1   2   >