On 22/09/2015 01:31, Igor Cicimov wrote:
> On 21/09/2015 7:47 PM, "Mark Thomas" <ma...@apache.org> wrote:
>>
>> On 21/09/2015 10:45, Igor Cicimov wrote:
>>> On Mon, Sep 21, 2015 at 6:21 PM, Mark Thomas <ma...@apache.org> wrote:
>>>
>>>> On 21/09/2015 08:37, Igor Cicimov wrote:
>>>>> Hi all,
>>>>>
>>>>> After enabling the APR/Native connector I can see the following
> warning
>>>>> messages upon tomcat restart:
>>>>>
>>>>> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
>>>> property
>>>>> 'SSLDisableCompression' to 'true' did not find a matching property.
>>>>> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
>>>> property
>>>>> 'SSLHonorCipherOrder' to 'true' did not find a matching property.
>>>>>
>>>>> although I can see those options available in the documentation:
>>>>>
>>>>
> https://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support_-_APR/Native
>>>>
>>>> You are looking at the docs for 7.0.64 but running 7.0.26.
>>>>
>>>> You need to use a more recent Tomcat 7.0.x release if you want to use
>>>> those features.
>>>>
>>>> Mark
>>>>
>>>
>>> Thanks Mark for confirming. Is it possible to specify this in the
>>> documentation like which feature is available since which release?
>>
>> That is (usually) in the change log.
>>
>> Each release ships with docs appropriate to that release. The website
>> always has the docs for the latest release.
>>
>> Mark
>>
> True but that means if I was interested in finding when was a feature
> introduced in tomcat 7 lets say I need to read dozens (depends on how lucky
> I am and when and where I start reading from) of change logs right?

Nope. The changelog contains everything from 7.0.0 to the latest. If you
are lucky the attribute name will be mentioned in the change log. If it
isn't a sensible search should led you to the right entry.

http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

SSLDisableCompression -> compression -> 7.0.?
SSLHonorCipherOrder   -> 7.0.?

I shouldn't take you more than a few seconds to fill in the blanks.

> It would be helpful if the latest tomcat docs include something like:
> 
> 'SSLHonorCipherOrder' | some description (available since tomcat 7.0.x)
> 
> I see this on many other web sites for various products and I personally
> find this very useful and user friendly.

Patches welcome.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to