On 06/15/2015 08:25 AM, Mark Thomas wrote:
On 15/06/2015 06:55, jean-frederic clere wrote:
Hi,
The netty-tcnative is based on the 1.1.x so the porting taking more than
excepted.
Are you going to be able to commit this in multiple commits or is it
going to be one big commit?
A big commit it
On 15/06/2015 09:35, jean-frederic clere wrote:
> On 06/15/2015 08:25 AM, Mark Thomas wrote:
>> On 15/06/2015 06:55, jean-frederic clere wrote:
>>> Hi,
>>>
>>> The netty-tcnative is based on the 1.1.x so the porting taking more than
>>> excepted.
>>
>> Are you going to be able to commit this in mul
2015-06-15 10:42 GMT+02:00 Mark Thomas :
> > It seems they are used in etPeerCertChain() and getCiphers() only, if
> > someone uses client certificates than might make sense.
>
> Those will get called more than once so no objection to caching those
> classes here.
>
> No prooblem with adding that
GitHub user jfclere opened a pull request:
https://github.com/apache/tomcat-native/pull/2
Port Netty-tc-native code to tomcat-native
That PR to merge https://github.com/netty/netty-tcnative/ back to
tomcat-native.
Note that the netty uses the code from 1.1.x and I am porting it
Hi, all!
Here is my report for previous week. I'd ported JASPIC api classes and
implemented skeleton for JASPIC support. The skeleton was implemented using
plan proposed by Mark. It contains very basic AuthConfigFactory, callback
handler's, and JaspicAuthenticator. I did some hacking on weekend wit
Hi,
We have empty stubs in tc-native when openssl isn't detected, are those
still needed?
With NIO and NIO2 connectors we don't need native when we aren't using SSL.
Comments?
Cheers
Jean-Frederic
-
To unsubscribe, e-mail
On 15/06/2015 12:27, jean-frederic clere wrote:
> Hi,
>
> We have empty stubs in tc-native when openssl isn't detected, are those
> still needed?
Yes, if we want to be able to support the APR/native connector without
OpenSSL.
> With NIO and NIO2 connectors we don't need native when we aren't us
Author: markt
Date: Mon Jun 15 11:36:01 2015
New Revision: 1685556
URL: http://svn.apache.org/r1685556
Log:
Make it possible to run unit tests in parallel using new threads attribute of
Ant's JUnit task
Modified:
tomcat/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java
Modified: t
On 06/15/2015 01:32 PM, Mark Thomas wrote:
On 15/06/2015 12:27, jean-frederic clere wrote:
Hi,
We have empty stubs in tc-native when openssl isn't detected, are those
still needed?
Yes, if we want to be able to support the APR/native connector without
OpenSSL.
With NIO and NIO2 connectors
2015-06-15 13:32 GMT+02:00 Mark Thomas :
> On 15/06/2015 12:27, jean-frederic clere wrote:
> > Hi,
> >
> > We have empty stubs in tc-native when openssl isn't detected, are those
> > still needed?
>
> Yes, if we want to be able to support the APR/native connector without
> OpenSSL.
>
> > With NIO
On 15/06/2015 12:39, jean-frederic clere wrote:
> On 06/15/2015 01:32 PM, Mark Thomas wrote:
>> On 15/06/2015 12:27, jean-frederic clere wrote:
>>> Hi,
>>>
>>> We have empty stubs in tc-native when openssl isn't detected, are those
>>> still needed?
>>
>> Yes, if we want to be able to support the
I have been experimenting with the free Azure credits that come with the
MSDN subscription Microsoft kindly offers to all Apache committers to
use for their ASF work.
I have been looking at options for making the unit tests run faster.
All the figures below are for running the trunk unit tests on
Author: remm
Date: Mon Jun 15 12:04:06 2015
New Revision: 1685562
URL: http://svn.apache.org/r1685562
Log:
Port fix for 57974: Key the open session map on the endpoint instance rather
than endpoint class.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java
tom
On 15/06/2015 13:02, Mark Thomas wrote:
> I have been experimenting with the free Azure credits that come with the
> MSDN subscription Microsoft kindly offers to all Apache committers to
> use for their ASF work.
>
> I have been looking at options for making the unit tests run faster.
>
> All the
Author: remm
Date: Mon Jun 15 12:33:59 2015
New Revision: 1685570
URL: http://svn.apache.org/r1685570
Log:
Port r1685562 57974: Key the open session map on the endpoint instance rather
than endpoint class.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/WsSession.java
to
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
Christopher L. Simons changed:
What|Removed |Added
Target Milestone|- |default
Product|Tom
Hi,
We are using SSLSocket.getALPN() but in fact that belongs to SSL
according to the C code, should we move that to SSL and use the
netty-tc-native code there?
SSL.getAlpnSelected() would do the trick,
Cheers
Jean-Frederic
--
On 15/06/2015 15:17, jean-frederic clere wrote:
> Hi,
>
> We are using SSLSocket.getALPN() but in fact that belongs to SSL
> according to the C code, should we move that to SSL and use the
> netty-tc-native code there?
I don't understand. ALPN is negotiated per socket and all the per socket
metho
On 06/15/2015 04:25 PM, Mark Thomas wrote:
On 15/06/2015 15:17, jean-frederic clere wrote:
Hi,
We are using SSLSocket.getALPN() but in fact that belongs to SSL
according to the C code, should we move that to SSL and use the
netty-tc-native code there?
I don't understand. ALPN is negotiated pe
Author: markt
Date: Mon Jun 15 14:48:44 2015
New Revision: 1685591
URL: http://svn.apache.org/r1685591
Log:
Update the minimum Ant version 1.9.5 and enable parallel running of junit tests
Modified:
tomcat/trunk/BUILDING.txt
tomcat/trunk/build.properties.default
tomcat/trunk/build.xml
On 15/06/2015 12:14, Fjodor Vershinin wrote:
> Hi, all!
> Here is my report for previous week. I'd ported JASPIC api classes and
> implemented skeleton for JASPIC support. The skeleton was implemented using
> plan proposed by Mark. It contains very basic AuthConfigFactory, callback
> handler's, and
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/1383
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
On 15/06/2015 15:56, build...@apache.org wrote:
> 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/1383
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for
Author: markt
Date: Mon Jun 15 15:10:18 2015
New Revision: 1685593
URL: http://svn.apache.org/r1685593
Log:
Trivial Javadoc commit to test CI system
Modified:
tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorTask.java
Modified: tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccesso
2015-06-15 17:53 GMT+03:00 Mark Thomas :
> On 15/06/2015 12:14, Fjodor Vershinin wrote:
> > Hi, all!
> > Here is my report for previous week. I'd ported JASPIC api classes and
> > implemented skeleton for JASPIC support. The skeleton was implemented
> using
> > plan proposed by Mark. It contains v
On 15/06/2015 16:42, Fjodor Vershinin wrote:
> 2015-06-15 17:53 GMT+03:00 Mark Thomas :
>
>> On 15/06/2015 12:14, Fjodor Vershinin wrote:
>>> Hi, all!
>>> Here is my report for previous week. I'd ported JASPIC api classes and
>>> implemented skeleton for JASPIC support. The skeleton was implemente
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/1384
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Mon Jun 15 17:16:11 2015
New Revision: 1685633
URL: http://svn.apache.org/r1685633
Log:
Extracted method for getting factory class name
Patch by fjodorver
Modified:
tomcat/trunk/java/javax/security/auth/message/config/AuthConfigFactory.java
Modified:
tomcat/trunk/java/ja
Author: markt
Date: Mon Jun 15 17:22:05 2015
New Revision: 1685637
URL: http://svn.apache.org/r1685637
Log:
Trivial clean-up.
Based on a patch by fjodorver
Modified:
tomcat/trunk/java/javax/security/auth/message/config/AuthConfigFactory.java
Modified:
tomcat/trunk/java/javax/security/auth/m
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
Christopher L. Simons changed:
What|Removed |Added
CC||christopherleesimons@gmail.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
Christopher L. Simons changed:
What|Removed |Added
Attachment #32821|Initial draft of patch to |Initial draft of patch,
Author: markt
Date: Mon Jun 15 21:17:50 2015
New Revision: 1685671
URL: http://svn.apache.org/r1685671
Log:
Add stubbed out AuthConfigFactory implementation.
Patch by fjodorver
Added:
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/
tomcat/trunk/java/org/apache/catalina/authen
Author: markt
Date: Mon Jun 15 21:20:17 2015
New Revision: 1685673
URL: http://svn.apache.org/r1685673
Log:
Add stubbed out JaspicAuthenticator implementation.
Patch by fjodorver
Added:
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAuthenticator.java
(with props)
Modifi
Author: markt
Date: Mon Jun 15 21:34:00 2015
New Revision: 1685674
URL: http://svn.apache.org/r1685674
Log:
Initial AuthConfigFactory implementation.
Patch by fjodorver
Modified:
tomcat/trunk/java/javax/security/auth/message/config/AuthConfigFactory.java
tomcat/trunk/java/org/apache/cata
Author: markt
Date: Mon Jun 15 22:11:10 2015
New Revision: 1685678
URL: http://svn.apache.org/r1685678
Log:
Implemented very basic JASPIC support with ability to register providers
Patch by fjodorver
Added:
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicCallbackHandler.jav
Author: violetagg
Date: Tue Jun 16 06:06:28 2015
New Revision: 1685713
URL: http://svn.apache.org/r1685713
Log:
Update the list of technologies that are implemented by Apache Tomcat.
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/x
37 matches
Mail list logo