On Sat, 15 Jan 2022 00:49:05 GMT, Weijun Wang <[email protected]> wrote:
>> Argh - you're right I missed the fact that the 3 expressions where included
>> in parenthesis. I read it as
>>
>> ! (s.equals("always")) || ...
>
> Shall we log a message if the value is not one of the 3 forms?
Usually malformed values are just ignored - and the property takes its default
value. But yes - s.n.w.h.HttpClient has a logger so it wouldn't be much effort
to log it as a DEBUG trace for better diagnostic.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7065