2016-02-05 16:10 GMT+01:00 Mark Thomas <ma...@apache.org>: > > Switch APR default behavior, as previously announced. Will revert if > there's a major problem, and will update the SSL docs otherwise. > > Any objection to me trying to come up with a different name for this? > Every time I look at it I seem to spend a couple minutes figuring out > what true and false mean. >
The flag means you prefer using the APR connector (or not) :) > > I'm thinking of something like: > preferOpenSslForTls > That's not what the flag does. For non SSL, the NIO connector is now always the default, even if native is installed. For SSL, NIO+OpenSSL is the default if native is installed, and NIO+JSSE otherwise. > > It has the inverse meaning to the current setting but I think it is > clearer. > > Rémy