[Tomcat Wiki] Update of "FAQ/Memory" by KonstantinKolinko

2015-06-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Memory" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Memory?action=diff&rev1=13&rev2=14 Comment: Recommend using CATALINA_OPTS. Using JAVA_OPT

[Tomcat Wiki] Update of "FAQ/Memory" by KonstantinKolinko

2015-06-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Memory" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Memory?action=diff&rev1=12&rev2=13 Comment: Remove comment about memory leak during JSP r

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-26 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/1481 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1687840 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/http2/ java/or

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 19:17:16 2015 New Revision: 1687840 URL: http://svn.apache.org/r1687840 Log: Expose the calling of pause() on the endpoint to the HTTP/2 upgrade processor so it can stop accepting additional streams. This commit is just the plumbing to make this possible. The implem

svn commit: r1687839 - /tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 19:07:09 2015 New Revision: 1687839 URL: http://svn.apache.org/r1687839 Log: Add utility method to help with testing goaway frames Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2Te

svn commit: r1687836 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 18:45:04 2015 New Revision: 1687836 URL: http://svn.apache.org/r1687836 Log: Pausing the endpoint should not pause the poller. The poller needs to continue to operate to enable async, non-blocking I/O and HTTP/2 connections to complete. Modified: tomcat/trunk/j

svn commit: r1687835 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 18:44:33 2015 New Revision: 1687835 URL: http://svn.apache.org/r1687835 Log: Correct the description. This is the Poller, not the Acceptor. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/uti

svn commit: r1687834 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 18:43:46 2015 New Revision: 1687834 URL: http://svn.apache.org/r1687834 Log: Pausing the endpoint should not pause the poller. The poller needs to continue to operate to enable async, non-blocking I/O and HTTP/2 connections to complete. Modified: tomcat/trunk/j

svn commit: r1687833 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 18:41:49 2015 New Revision: 1687833 URL: http://svn.apache.org/r1687833 Log: Correct the description. This is the Poller, not the Acceptor. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/uti

svn commit: r1687824 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 17:46:45 2015 New Revision: 1687824 URL: http://svn.apache.org/r1687824 Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java URL:

svn commit: r1687781 - /tomcat/native/trunk/native/src/ssl.c

2015-06-26 Thread jfclere
Author: jfclere Date: Fri Jun 26 14:53:21 2015 New Revision: 1687781 URL: http://svn.apache.org/r1687781 Log: Fix a warning. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/ssl.c?r

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

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 12:54:56 2015 New Revision: 1687770 URL: http://svn.apache.org/r1687770 Log: Update Ciphers to: - add IDs - correct strength bits - comment on missing Ciphers - add new Ciphers Update unit tests to account for above changes Modified: tomcat/tc8.0.x/trunk/java/

buildbot success in ASF Buildbot on tomcat-trunk

2015-06-26 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1477 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1687757 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 11:22:27 2015 New Revision: 1687757 URL: http://svn.apache.org/r1687757 Log: Correct OpenSSL name Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java URL

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

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 11:22:46 2015 New Revision: 1687758 URL: http://svn.apache.org/r1687758 Log: Oracle does know about these Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/Te

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-26 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/1476 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

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

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 11:12:35 2015 New Revision: 1687752 URL: http://svn.apache.org/r1687752 Log: Fix Gump. The Oracle JRE does not implement these new ciphers either Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified: tomcat/trunk/test/or

buildbot success in ASF Buildbot on tomcat-trunk

2015-06-26 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1474 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

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

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 11:05:08 2015 New Revision: 1687751 URL: http://svn.apache.org/r1687751 Log: Fix Gump. The IBM JRE does not implement this new cipher Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified: tomcat/trunk/test/org/apache/tom

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

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 11:03:45 2015 New Revision: 1687750 URL: http://svn.apache.org/r1687750 Log: Fix Gump. The IBM JRE does not implement this new cipher Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified: tomcat/trunk/test/org/apache/tom

svn commit: r1687748 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 10:53:42 2015 New Revision: 1687748 URL: http://svn.apache.org/r1687748 Log: OpenSSL added ciphers 0x00A8 and 0x00A9 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/open

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-26 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/1473 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1687741 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 10:35:53 2015 New Revision: 1687741 URL: http://svn.apache.org/r1687741 Log: Increase timeout in an attempt to reduce false failures in the CI systems Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/test/org

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-26 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/1472 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1687720 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 09:17:57 2015 New Revision: 1687720 URL: http://svn.apache.org/r1687720 Log: Add unit tests for HTTP/2 Ping frames Expose the payload for ping ack frames as well as non-ack Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_7.java (with props

svn commit: r1687719 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_5.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 08:54:08 2015 New Revision: 1687719 URL: http://svn.apache.org/r1687719 Log: Add unit tests for settings frames. Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_5.java (with props) Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp

svn commit: r1687715 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/valves/SSLValve.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2015-06-26 Thread remm
Author: remm Date: Fri Jun 26 08:45:09 2015 New Revision: 1687715 URL: http://svn.apache.org/r1687715 Log: Port r1607309 and followups to add header configuration for the SSLValve. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/SSLValve.java tomcat/tc7.0.x/trunk/webapps/do

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

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 08:40:04 2015 New Revision: 1687714 URL: http://svn.apache.org/r1687714 Log: Update Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1687714&r1=1687713&r2=1687714&v

Re: JASPIC Implementation pointers

2015-06-26 Thread Mark Thomas
On 25/06/2015 20:50, Fjodor Vershinin wrote: > Hi! > Fresh set of patches is ready. > What has been done: > 1) Added engine name to getVirtualServerName() > 2) Implemented method for getting roles directly from Realm, > 3) Authentication provider uses LoginConfig now, which gives us ability to > g

svn commit: r1687710 - in /tomcat/trunk: java/org/apache/catalina/authenticator/jaspic/provider/modules/DigestAuthModule.java test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 08:07:37 2015 New Revision: 1687710 URL: http://svn.apache.org/r1687710 Log: Ported test to validate JASPIC DIGEST implementation Patch by fjodorver Added: tomcat/trunk/test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java (with props) M

svn commit: r1687706 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic: ./ provider/ provider/modules/

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:56:50 2015 New Revision: 1687706 URL: http://svn.apache.org/r1687706 Log: Some javadoc's for JASPIC implementation Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicCallbackHandler.java tomcat/trunk/java/org/a

svn commit: r1687703 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/DigestAuthModule.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:50:24 2015 New Revision: 1687703 URL: http://svn.apache.org/r1687703 Log: Get roles without casting in DIGEST auth module Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/DigestAuthModule.java Modified

svn commit: r1687701 - in /tomcat/trunk/java/org/apache/catalina: Realm.java realm/LocalStrings.properties realm/RealmBase.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:48:29 2015 New Revision: 1687701 URL: http://svn.apache.org/r1687701 Log: Added ability to get roles directly from realm Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/Realm.java tomcat/trunk/java/org/apache/catalina/realm/LocalStrings

buildbot success in ASF Buildbot on tomcat-trunk

2015-06-26 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1466 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1687700 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic: ./ provider/ provider/modules/

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:46:48 2015 New Revision: 1687700 URL: http://svn.apache.org/r1687700 Log: Remove realm name and authentication type from security messages, this information is set up per module now Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenti

svn commit: r1687691 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules: BasicAuthModule.java DigestAuthModule.java TomcatAuthModule.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:32:43 2015 New Revision: 1687691 URL: http://svn.apache.org/r1687691 Log: Removed obsolete type methods from authentication modules Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/BasicAuthModule.java

svn commit: r1687688 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAuthenticator.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:29:01 2015 New Revision: 1687688 URL: http://svn.apache.org/r1687688 Log: Add a TODO Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAuthenticator.java Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAu

svn commit: r1687687 - in /tomcat/trunk/java/org/apache/catalina: authenticator/jaspic/provider/ startup/

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:27:49 2015 New Revision: 1687687 URL: http://svn.apache.org/r1687687 Log: Use catalina context to configure jaspic provider Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/TomcatAuthConfig.java tomcat/tr

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-26 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/1465 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1687685 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:20:29 2015 New Revision: 1687685 URL: http://svn.apache.org/r1687685 Log: Simplify. Casts are unnecessary. Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.ja

svn commit: r1687683 - in /tomcat/trunk/java/org/apache/catalina: core/ApplicationContext.java startup/ContextConfig.java

2015-06-26 Thread markt
Author: markt Date: Fri Jun 26 07:19:18 2015 New Revision: 1687683 URL: http://svn.apache.org/r1687683 Log: Add engine name to virtual server name Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java tomcat/trunk/java/org/apache/catalina/startup/