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
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
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
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
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
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
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
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
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
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:
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
41 matches
Mail list logo