The following votes were cast:
Binding:
+1: remm, markt, rjung
No other voters were cast.
The vote therefore passes.
Thanks to everyone who contributed towards this release.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
Author: markt
Date: Mon Sep 4 08:42:11 2017
New Revision: 21426
Log:
Release 1.2.14 after vote passed
Added:
release/tomcat/tomcat-connectors/native/1.2.14/
- copied from r21425, dev/tomcat/tomcat-connectors/native/1.2.14/
Removed:
dev/tomcat/tomcat-connectors/native/1.2.14/
On 04/09/17 06:25, Rémy Maucherat wrote:
> On Fri, Sep 1, 2017 at 10:18 PM, Mark Thomas wrote:
>
>> On 01/09/17 20:51, ma...@apache.org wrote:
>>> Author: markt
>>> Date: Fri Sep 1 19:51:42 2017
>>> New Revision: 1807004
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1807004&view=rev
>>> Log:
>>>
https://bz.apache.org/bugzilla/show_bug.cgi?id=61367
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
Author: markt
Date: Mon Sep 4 10:48:50 2017
New Revision: 1807205
URL: http://svn.apache.org/viewvc?rev=1807205&view=rev
Log:
Given poor browser support for RFC 7617, default to current behaviour.
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java
tomca
Author: markt
Date: Mon Sep 4 10:56:59 2017
New Revision: 1807206
URL: http://svn.apache.org/viewvc?rev=1807206&view=rev
Log:
Correct order
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/web
On Mon, Sep 4, 2017 at 11:07 AM, Mark Thomas wrote:
> On 04/09/17 06:25, Rémy Maucherat wrote:
> > On Fri, Sep 1, 2017 at 10:18 PM, Mark Thomas wrote:
> >
> >> On 01/09/17 20:51, ma...@apache.org wrote:
> >>> Author: markt
> >>> Date: Fri Sep 1 19:51:42 2017
> >>> New Revision: 1807004
> >>>
>
Author: markt
Date: Mon Sep 4 10:59:16 2017
New Revision: 1807207
URL: http://svn.apache.org/viewvc?rev=1807207&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61280
Add RFC 7617 support to the BasicAuthenticator
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/
Author: markt
Date: Mon Sep 4 11:02:21 2017
New Revision: 1807208
URL: http://svn.apache.org/viewvc?rev=1807208&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61280
Add RFC 7617 support to the BasicAuthenticator
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/
Author: markt
Date: Mon Sep 4 11:28:06 2017
New Revision: 1807211
URL: http://svn.apache.org/viewvc?rev=1807211&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61280
Add RFC 7617 support to the BasicAuthenticator
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authe
https://bz.apache.org/bugzilla/show_bug.cgi?id=61280
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Mon Sep 4 11:31:37 2017
New Revision: 21432
Log:
Update latest version info
Modified:
release/tomcat/tomcat-connectors/native/README.html
Modified: release/tomcat/tomcat-connectors/native/README.html
===
This one is a little different since we haven't had a 1.1.x release in a
while and are unlikely to before the EOL date.
Comments, feedback etc welcome.
The Apache Tomcat Team announces that support for Apache Tomcat Native
1.1.x will end on 30 September 2018.
This means that after 30 September
Author: markt
Date: Mon Sep 4 11:55:32 2017
New Revision: 1807213
URL: http://svn.apache.org/viewvc?rev=1807213&view=rev
Log:
Fix some IDE nags
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/T
Sorry, forgot to backport those fixes you already applied to trunk. I
was only looking for my commits and forgot your fixes.
I will add the backports that depend on 1.2.14 (checking successful
client cert handshake and new OpenSSLConfCmd feature) this evening or
tomorrow (and hope to find some
Author: rjung
Date: Mon Sep 4 15:09:34 2017
New Revision: 1807237
URL: http://svn.apache.org/viewvc?rev=1807237&view=rev
Log:
Increase the minimum required Tomcat Native
version to 1.2.14.
This version includes a new API needed for
correct client certificate support when using
a Java connector w
On 04/09/17 13:17, Rainer Jung wrote:
> Sorry, forgot to backport those fixes you already applied to trunk. I
> was only looking for my commits and forgot your fixes.
No problem.
> I will add the backports that depend on 1.2.14 (checking successful
> client cert handshake and new OpenSSLConfCmd f
Author: rjung
Date: Mon Sep 4 15:12:13 2017
New Revision: 1807239
URL: http://svn.apache.org/viewvc?rev=1807239&view=rev
Log:
Increase the minimum required Tomcat Native
version to 1.2.14.
This version includes a new API needed for
correct client certificate support when using
a Java connector w
Author: rjung
Date: Mon Sep 4 15:15:26 2017
New Revision: 1807242
URL: http://svn.apache.org/viewvc?rev=1807242&view=rev
Log:
Remove obsolete try/catch for UnsatisfiedLinkError
now that we require tcnative 1.2.14.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.pr
Author: rjung
Date: Mon Sep 4 15:16:38 2017
New Revision: 1807243
URL: http://svn.apache.org/viewvc?rev=1807243&view=rev
Log:
Remove obsolete try/catch for UnsatisfiedLinkError
now that we require tcnative 1.2.14.
Backport of r1807242 from trunk.
Modified:
tomcat/tc8.5.x/trunk/ (props cha
2017-09-04 14:52 GMT+03:00 Mark Thomas :
> This one is a little different since we haven't had a 1.1.x release in a
> while and are unlikely to before the EOL date.
>
> Comments, feedback etc welcome.
>
>
>
> The Apache Tomcat Team announces that support for Apache Tomcat Native
> 1.1.x will end on
Author: markt
Date: Mon Sep 4 16:35:21 2017
New Revision: 1807251
URL: http://svn.apache.org/viewvc?rev=1807251&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60523
Reduce the number of packets used to send WebSocket messages by not flushing
between the header and the payload w
Author: markt
Date: Mon Sep 4 16:36:36 2017
New Revision: 1807252
URL: http://svn.apache.org/viewvc?rev=1807252&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60523
Reduce the number of packets used to send WebSocket messages by not flushing
between the header and the payload w
Author: markt
Date: Mon Sep 4 16:43:24 2017
New Revision: 1807253
URL: http://svn.apache.org/viewvc?rev=1807253&view=rev
Log:
ws police
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/tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=60523
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: rjung
Date: Mon Sep 4 18:04:35 2017
New Revision: 1807267
URL: http://svn.apache.org/viewvc?rev=1807267&view=rev
Log:
Improve some existing test cases with a check,
whether client certificates from the right CA
was demanded during the TLS handshake.
Especially detect, if no CA was announ
Author: rjung
Date: Mon Sep 4 18:20:15 2017
New Revision: 1807273
URL: http://svn.apache.org/viewvc?rev=1807273&view=rev
Log:
Add access to the new tcnative SSL_CONF API
and some constants used by it.
Add support for the OpenSSL SSL_CONF API when
using TLS with OpenSSL implementation.
It can be
Author: rjung
Date: Mon Sep 4 18:25:11 2017
New Revision: 1807276
URL: http://svn.apache.org/viewvc?rev=1807276&view=rev
Log:
Add access to new native API SSLContext.getCiphers().
Update enabledProtocols and enabledCiphers
in SSLHostConfig after OpenSSLConf has been
applied.
This is needed, bec
Author: rjung
Date: Mon Sep 4 18:27:11 2017
New Revision: 1807277
URL: http://svn.apache.org/viewvc?rev=1807277&view=rev
Log:
Add support for OpenSSLConf to storeconfig.
Backport of r1805550 from trunk.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apa
Author: rjung
Date: Mon Sep 4 18:49:35 2017
New Revision: 1807282
URL: http://svn.apache.org/viewvc?rev=1807282&view=rev
Log:
Remove checks for UnsatisfiedLinkError, now
that we require tcnative 1.2.14.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/
Author: rjung
Date: Mon Sep 4 18:50:51 2017
New Revision: 1807283
URL: http://svn.apache.org/viewvc?rev=1807283&view=rev
Log:
Remove checks for UnsatisfiedLinkError, now
that we require tcnative 1.2.14.
Backport of r1807282 from trunk.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
t
Author: rjung
Date: Mon Sep 4 19:03:14 2017
New Revision: 1807288
URL: http://svn.apache.org/viewvc?rev=1807288&view=rev
Log:
Fix IDE nags
Backport of r1805612 from trunk.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/Ope
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767
--- Comment #12 from J Fernandez ---
Created attachment 35289
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35289&action=edit
Authentication support
Please find below additional changes.
Added support for Basic and Digest Authenticat
Author: markt
Date: Mon Sep 4 19:17:00 2017
New Revision: 1807289
URL: http://svn.apache.org/viewvc?rev=1807289&view=rev
Log:
Refactor
There is no need to pass this protocol attribute to the endpoint
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
tomcat/trunk/java/or
34 matches
Mail list logo