Author: rjung
Date: Fri May 22 12:40:58 2015
New Revision: 1681093
URL: http://svn.apache.org/r1681093
Log:
Fix configure when building against APR which
is not installed in the standard system location.
Modified:
tomcat/native/trunk/native/build/tcnative.m4
tomcat/native/trunk/native/con
Author: rjung
Date: Fri May 22 12:42:49 2015
New Revision: 1681094
URL: http://svn.apache.org/r1681094
Log:
ENOTFOUND.
Modified:
tomcat/native/trunk/native/build/buildcheck.sh
Modified: tomcat/native/trunk/native/build/buildcheck.sh
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/nati
Author: rjung
Date: Fri May 22 12:47:36 2015
New Revision: 1681098
URL: http://svn.apache.org/r1681098
Log:
Remove unused variables and structure members.
Modified:
tomcat/native/trunk/native/include/ssl_private.h
tomcat/native/trunk/native/src/sslcontext.c
Modified: tomcat/native/trunk/
Author: rjung
Date: Fri May 22 13:02:27 2015
New Revision: 1681101
URL: http://svn.apache.org/r1681101
Log:
Use explicit cast to avoid compiler warnings:
src/sslcontext.c:895:46: warning: pointer targets in passing argument 5 of
'(*e)->GetByteArrayRegion' differ in signedness [-Wpointer-sign]
I get confused by ALPM in tcnative trunk. What is the semantics of the
member alpn of tcn_ssl_ctxt_t:
- a string
- an array of strings
- an array of individual characters
I get confused by the code in src/sslcontext.c.
Just in case there's something wrong I can help to clean up but first I
wa
On 22/05/2015 14:14, Rainer Jung wrote:
> I get confused by ALPM in tcnative trunk. What is the semantics of the
> member alpn of tcn_ssl_ctxt_t:
>
> - a string
> - an array of strings
> - an array of individual characters
None of the above!
> I get confused by the code in src/sslcontext.c.
>
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=57943
--- Comment #1 from Mark Thomas ---
This is the third report we have received about this issue.
The other two are:
http://markmail.org/message/xgxblpk4v4ykgi5y
http://markmail.org/message/eypk42i6gdpztkpy
I have looked through the NIO Poller
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/1253
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: rjung
Date: Fri May 22 13:42:55 2015
New Revision: 1681115
URL: http://svn.apache.org/r1681115
Log:
Untangle my brain, thanks Mark.
Modified:
tomcat/native/trunk/native/include/ssl_private.h
Modified: tomcat/native/trunk/native/include/ssl_private.h
URL:
http://svn.apache.org/viewvc
Author: rjung
Date: Fri May 22 13:45:38 2015
New Revision: 1681117
URL: http://svn.apache.org/r1681117
Log:
Move declaration to startr of block.
Modified:
tomcat/native/trunk/native/src/sslnetwork.c
Modified: tomcat/native/trunk/native/src/sslnetwork.c
URL:
http://svn.apache.org/viewvc/tomc
Author: rjung
Date: Fri May 22 13:47:53 2015
New Revision: 1681122
URL: http://svn.apache.org/r1681122
Log:
- Add a comment (twice).
- indent
- &alpn[0] == alpn and alpn ist not really an array
Modified:
tomcat/native/trunk/native/src/sslcontext.c
Modified: tomcat/native/trunk/native/src/ssl
Am 22.05.2015 um 15:25 schrieb Mark Thomas:
On 22/05/2015 14:14, Rainer Jung wrote:
I get confused by ALPM in tcnative trunk. What is the semantics of the
member alpn of tcn_ssl_ctxt_t:
- a string
- an array of strings
- an array of individual characters
None of the above!
I get confused by
Author: markt
Date: Fri May 22 14:02:54 2015
New Revision: 1681123
URL: http://svn.apache.org/r1681123
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57943
Catch the ConcurrentModificationException so the Poller thread does not stop.
Modified:
tomcat/trunk/java/org/apache/tomcat/util
Author: markt
Date: Fri May 22 14:12:55 2015
New Revision: 1681124
URL: http://svn.apache.org/r1681124
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57943
Catch the ConcurrentModificationException so the Poller thread does not stop.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
Author: rjung
Date: Fri May 22 14:24:35 2015
New Revision: 1681126
URL: http://svn.apache.org/r1681126
Log:
Port mod_ssl improvements to tcnative/ssl:
Partial backport of r1526168 from httpd/mod_ssl:
Streamline ephemeral key handling:
- drop support for ephemeral RSA keys (only allowed/needed
Author: markt
Date: Fri May 22 14:28:17 2015
New Revision: 1681128
URL: http://svn.apache.org/r1681128
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57943
Catch the ConcurrentModificationException so the Poller thread does not stop.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
https://bz.apache.org/bugzilla/show_bug.cgi?id=57943
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=57939
--- Comment #1 from Mark Thomas ---
This is a symptom of a different problem. It can happen if an uncaught
exception is thrown by an earlier LifecycleListener. You'll probably want to
speak to your clients to find out what went wrong that trigg
Author: markt
Date: Fri May 22 14:55:06 2015
New Revision: 1681138
URL: http://svn.apache.org/r1681138
Log:
Log errors processing LifecycleListener events and continue rather than
allowing uncaught exception to propagate
Modified:
tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java
https://bz.apache.org/bugzilla/show_bug.cgi?id=57939
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Fri May 22 15:08:55 2015
New Revision: 1681141
URL: http://svn.apache.org/r1681141
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57939
Catch and log exceptions during LifecycleListeners
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/ja
Author: rjung
Date: Fri May 22 15:30:13 2015
New Revision: 1681147
URL: http://svn.apache.org/r1681147
Log:
Port mod_ssl improvements to tcnative/ssl:
Partial backport of r1526168 from httpd/mod_ssl:
Streamline ephemeral key handling:
- unconditionally disable null and export-grade ciphers by a
Author: rjung
Date: Fri May 22 15:39:20 2015
New Revision: 1681150
URL: http://svn.apache.org/r1681150
Log:
Remove defines unused after r1681126.
Modified:
tomcat/native/trunk/native/include/ssl_private.h
Modified: tomcat/native/trunk/native/include/ssl_private.h
URL:
http://svn.apache.org/
Author: rjung
Date: Fri May 22 15:40:14 2015
New Revision: 1681151
URL: http://svn.apache.org/r1681151
Log:
Fix typo leading to smaller DH primes lengths
used than expacetd, but still in the range
expected to be secure.
Modified:
tomcat/native/trunk/native/src/sslutils.c
Modified: tomcat/nat
> Option 1: Tomcat 6.0.x EOL as of 30 June 2016
> Option 2: Tomcat 6.0.x EOL as of 31 December 2016
My personal opinion is option 1 , just for keeping 3 available
releases : 9 , 8 and 7.
[]'s
Fernando Boaglio
-
To unsubscribe, e
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/1255
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
Author: rjung
Date: Fri May 22 17:42:09 2015
New Revision: 1681167
URL: http://svn.apache.org/r1681167
Log:
Port mod_ssl improvements to tcnative/ssl:
Partial backport of r1527294 from httpd/mod_ssl:
- remove obsolete #defines / macros
- in ssl_private.h, regroup definitions based on whether
Author: rjung
Date: Fri May 22 17:56:51 2015
New Revision: 1681172
URL: http://svn.apache.org/r1681172
Log:
Port mod_ssl improvements to tcnative/ssl:
Partial backport of r1527295 from httpd/mod_ssl:
Improve ephemeral key handling (companion to r1526168):
- add standardized DH parameters from R
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/265
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: rjung
Date: Fri May 22 18:34:21 2015
New Revision: 1681181
URL: http://svn.apache.org/r1681181
Log:
Remove no longer supported API functions.
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java
URL:
http://svn.apache.
Author: rjung
Date: Fri May 22 18:39:45 2015
New Revision: 1681182
URL: http://svn.apache.org/r1681182
Log:
Deprecate tcnative function removed from trunk
in r1681181.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni/SSL.java
Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni
Author: rjung
Date: Fri May 22 18:40:44 2015
New Revision: 1681183
URL: http://svn.apache.org/r1681183
Log:
Deprecate tcnative function removed from trunk
in r1681181.
Backport of r1681182 from tc8.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/to
Author: rjung
Date: Fri May 22 18:44:41 2015
New Revision: 1681185
URL: http://svn.apache.org/r1681185
Log:
Deprecate tcnative function removed from trunk
in r1681181.
Backport of r1681182 from tc8 resp. r1681183
from tc7.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/
Author: rjung
Date: Fri May 22 19:05:38 2015
New Revision: 1681189
URL: http://svn.apache.org/r1681189
Log:
Port mod_ssl improvements to tcnative/ssl:
Partial backport of r1527295 from httpd/mod_ssl:
Improve ephemeral key handling (companion to r1526168):
- allow to configure custom DHE or ECDH
Author: rjung
Date: Fri May 22 19:54:09 2015
New Revision: 1681218
URL: http://svn.apache.org/r1681218
Log:
Port mod_ssl improvements to tcnative/ssl:
r1605827 | jorton | 2014-06-26 17:49:49 +0200 (Thu, 26 Jun 2014) | 6 lines
* modules/ssl/ssl_engine_init.c: Make DH handling a bit more generic,
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-validate has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-bio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community
integration
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-apr has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk has an issue affecting its community integration.
This issue
https://bz.apache.org/bugzilla/show_bug.cgi?id=57944
Bug ID: 57944
Summary: Set writeListener to servletoutputstream outside the
container thread not working
Product: Tomcat 8
Version: 8.0.22
Hardware: PC
Status
Author: rjung
Date: Sat May 23 06:18:12 2015
New Revision: 1681268
URL: http://svn.apache.org/r1681268
Log:
Remove trailing whitespace.
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/tomca
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-nio has an issue affecting its community
integration.
2015-05-19 21:43 GMT+03:00 Mark Thomas :
>
> The proposed Apache Tomcat 8.0.23 release is now available for voting.
>
> The main changes since 8.0.22 are:
> - Fixed corruption issues with NIO2 and TLS
>
> - Added a workaround for SPNEGO authentication and a JRE regression
> in Java 8 update 40 on
jar=/srv/gump/public/workspace/junit/target/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-201505
ump/public/workspace/junit/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-201505
Author: remm
Date: Fri May 22 09:25:41 2015
New Revision: 1681050
URL: http://svn.apache.org/r1681050
Log:
Cleanup and move around the NIO2 sendfile code, addressing a fixme. There
should be no functional change.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
Modif
Author: remm
Date: Fri May 22 09:30:56 2015
New Revision: 1681056
URL: http://svn.apache.org/r1681056
Log:
Checkstyle fix.
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/Me
Closing the vote now so I have a chance to get the release out before
the weekend.
The votes cast were as follows:
Binding:
stable: markt, kfujino, remm, jfarcand, kkolinko, schultz, violetagg
Non-binding:
stable: fschumacher
The vote therefore passes.
I'll start pushing the release out.
Than
Author: markt
Date: Fri May 22 10:22:07 2015
New Revision: 9088
Log:
Release 8.0.23
Added:
release/tomcat/tomcat-8/v8.0.23/
- copied from r9087, dev/tomcat/tomcat-8/v8.0.23/
Removed:
dev/tomcat/tomcat-8/v8.0.23/
-
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/1252
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSc
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32345|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32236|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32344|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32237|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32329|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32368|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
Mark Thomas changed:
What|Removed |Added
Attachment #32369|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
--- Comment #21 from Mark Thomas ---
The request processing diagram looks really good. There is one issue that needs
fixing before we can use it. At the end of the chain Servlet.service() is
called from ApplicationFilterChain.doFilter(), not
Ap
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282
--- Comment #22 from Mark Thomas ---
The authentication diagram also looks good. I do have a few more comments on
this.
registerAuthSuccess() is specific to the LockOutRealm. It would be worth
showing this Realm and the 'real' Realm (e.g. User
Mark,
On 22.5.2015 11:42, Mark Thomas wrote:
Closing the vote now so I have a chance to get the release out before
the weekend.
The votes cast were as follows:
Binding:
stable: markt, kfujino, remm, jfarcand, kkolinko, schultz, violetagg
Non-binding:
stable: fschumacher
The vote therefore pa
Author: markt
Date: Fri May 22 12:10:25 2015
New Revision: 1681087
URL: http://svn.apache.org/r1681087
Log:
Remove the remaining SPDY code and associated references
Removed:
tomcat/trunk/java/org/apache/coyote/spdy/
tomcat/trunk/java/org/apache/tomcat/spdy/
tomcat/trunk/res/maven/tomc
Author: rjung
Date: Fri May 22 12:39:51 2015
New Revision: 1681092
URL: http://svn.apache.org/r1681092
Log:
Sync trunk with 1.1.x branch for ssl.
1.1 has several additions trunk never got, e.g.
OCSP support, pkcs12 support and others.
Below is a list of revisions added to 1.1.x which are part
of
63 matches
Mail list logo