Rémy,
On 9/28/15 3:33 AM, Rémy Maucherat wrote:
> 2015-09-27 14:32 GMT+02:00 Christopher Schultz > :
>
>>
>> In general, I think that the proposal to abandon AJP and use HTTP/2
>> instead makes a lot of sense. However, AJP still does offer an advantage
>> over HTTP/1 or HTTP/2: it allows informat
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/363
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
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/362
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Mon Sep 28 20:56:15 2015
New Revision: 1705775
URL: http://svn.apache.org/viewvc?rev=1705775&view=rev
Log:
Simplify
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
URL:
http://svn.apa
Author: markt
Date: Mon Sep 28 20:53:33 2015
New Revision: 1705773
URL: http://svn.apache.org/viewvc?rev=1705773&view=rev
Log:
Simplify. There is a test for response.getWriteListener() != null a few lines
above.
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
Modified: t
Author: markt
Date: Mon Sep 28 20:45:08 2015
New Revision: 1705771
URL: http://svn.apache.org/viewvc?rev=1705771&view=rev
Log:
No need for LogManager when using stop. Can't use the Tomcat config anyway
since that would resut in two processes trying to write to the same file. This
was also causin
[X] Stable - go ahead and release as 8.0.27
-- Jeanfrancois
On 2015-09-28 7:26 AM, Mark Thomas wrote:
The proposed Apache Tomcat 8.0.27 release is now available for voting.
The main changes since 8.0.26 are:
- Correctly handle \${ vs \$ escaping in JSP and EL
- Fix for issues with NIO + SS
https://bz.apache.org/bugzilla/show_bug.cgi?id=58458
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
2015-09-28 13:26 GMT+02:00 Mark Thomas :
> The proposed 8.0.27 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.0.27
>
> Rémy
Delivery
This is a reminder that Your voucher is still awaiting delivery in our transit
point London (England).It has been on hold awaiting pickup. You are expected to
call or email us with a confirmation of the exact recipient address.
Recipient Postal Details required are stated below;
FULL
Delivery
This is a reminder that Your voucher is still awaiting delivery in our transit
point London (England).It has been on hold awaiting pickup. You are expected to
call or email us with a confirmation of the exact recipient address.
Recipient Postal Details required are stated below;
FULL
On 28/09/2015 12:26, Mark Thomas wrote:
> The proposed 8.0.27 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.0.27
Unit tests pass for BIO, NIO, NIO2 and APR/native on Linux, OSX and Windows.
Mark
---
The proposed Apache Tomcat 8.0.27 release is now available for voting.
The main changes since 8.0.26 are:
- Correctly handle \${ vs \$ escaping in JSP and EL
- Fix for issues with NIO + SSL + sendfile
- Various TLD parsing fixes
- Fix multiple (mostly rare and/or zero impact) concurrency issue
Author: markt
Date: Mon Sep 28 10:45:45 2015
New Revision: 1705653
URL: http://svn.apache.org/viewvc?rev=1705653&view=rev
Log:
Port RFC6655 and RFC7251 cipher mapping from trunk
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/op
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/361
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Mon Sep 28 10:37:23 2015
New Revision: 1705652
URL: http://svn.apache.org/viewvc?rev=1705652&view=rev
Log:
Add new AES CCM ciphers to lists of AES ciphers
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java
Modified:
Author: markt
Date: Mon Sep 28 10:29:35 2015
New Revision: 1705651
URL: http://svn.apache.org/viewvc?rev=1705651&view=rev
Log:
Fix copy/paste error
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/open
Author: markt
Date: Mon Sep 28 10:25:41 2015
New Revision: 1705650
URL: http://svn.apache.org/viewvc?rev=1705650&view=rev
Log:
Correct key exchange
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/open
Author: markt
Date: Mon Sep 28 10:16:25 2015
New Revision: 1705647
URL: http://svn.apache.org/viewvc?rev=1705647&view=rev
Log:
Add the new ciphers to the list that was added in OpenSSL 1.1.0
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java
Modified:
tom
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463
--- Comment #3 from Mark Thomas ---
No. This was discussed in several threads in the Servlet 3.1 expert group and
users list. The request must be in async or upgrade mode before calling
set[Read|Write]Listener.
--
You are receiving this mail
Author: markt
Date: Mon Sep 28 09:54:18 2015
New Revision: 1705639
URL: http://svn.apache.org/viewvc?rev=1705639&view=rev
Log:
Neither Oracle nor IBM implement the CCM ciphers yet.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java
Modified:
tomcat/trunk/tes
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463
--- Comment #2 from Conor Gallagher ---
(In reply to Remy Maucherat from comment #1)
> This sort of "bug" report is extremely bad, as it can lead to introducing
> bugs into Tomcat. Please research the topic before filing this.
I can see the ar
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/356
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: markt
Date: Mon Sep 28 09:38:15 2015
New Revision: 1705635
URL: http://svn.apache.org/viewvc?rev=1705635&view=rev
Log:
The standard names aren't so standard.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
Modified: tomcat/trunk/java/org/apache/tomcat/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 28 09:26:06 2015
New Revision: 1705630
URL: http://svn.apache.org/viewvc?rev=1705630&view=rev
Log:
Add the CCM ciphers from RFC6655 and RFC7251 to align with OpenSSL master
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java
tomcat/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463
Bug ID: 58463
Summary: Servlet 3.1 ServletInputStream.setReadListener should
not gate on asynchronous state
Product: Tomcat 8
Version: trunk
Hardware: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=58462
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
Added: dev/tomcat/tomcat-8/v8.0.27/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.27/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.27/bin/extras/catalina-ws.jar.asc Mon Sep 28
08:58:41
Author: markt
Date: Mon Sep 28 08:58:41 2015
New Revision: 10673
Log:
Upload 8.0.27 for voting
Added:
dev/tomcat/tomcat-8/v8.0.27/
dev/tomcat/tomcat-8/v8.0.27/KEYS (with props)
dev/tomcat/tomcat-8/v8.0.27/README.html (with props)
dev/tomcat/tomcat-8/v8.0.27/RELEASE-NOTES
d
https://bz.apache.org/bugzilla/show_bug.cgi?id=58462
Bug ID: 58462
Summary: SSL Handshake in NIO2
Product: Tomcat 8
Version: 8.0.26
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Conn
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/355
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Mon Sep 28 08:12:33 2015
New Revision: 1705609
URL: http://svn.apache.org/viewvc?rev=1705609&view=rev
Log:
Fix switch fall-through
Modified:
tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.
On 23/09/2015 23:22, Mark Thomas wrote:
> I've hit a small snag building the 8.0.27 artefacts prior to calling the
> vote. The code signing service is not currently available (I think the
> Tomcat project needs to be allocated more credits). I can't confirm what
> the problem is since the certifica
2015-09-27 14:32 GMT+02:00 Christopher Schultz :
>
> In general, I think that the proposal to abandon AJP and use HTTP/2
> instead makes a lot of sense. However, AJP still does offer an advantage
> over HTTP/1 or HTTP/2: it allows information to be passed out-of-band
> with respect to the message
35 matches
Mail list logo