Closed SilleBille closed 4 years ago
Posted by edewata on 2018-04-12:
https://tomcat.apache.org/tomcat-8.5-doc/config/valve.html
resolveHosts: This attribute is no longer supported. Use the connector attribute enableLookups instead.
https://tomcat.apache.org/tomcat-8.5-doc/config/http.html
enableLookups: Set to true if you want calls to request.getRemoteHost() to perform DNS lookups in order to return the actual host name of the remote client. Set to false to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). By default, DNS lookups are disabled.
Posted by edewata on 2018-04-25:
The first warning will be fixed in ticket #2972.
Posted by edewata on 2018-04-25:
The second warning is fixed in master branch:
The remaining task is to remove resolveHosts from existing instances with an upgrade script.
This issue was migrated from Pagure Issue #2986.Originally filed by cheimes on 2018-04-11
On Fedora 28, I'm seeing two warnings in PKI's journald log for FreeIPA's Dogtag instance. One is about a missing jar file. The second warning is about an unknown property.
Installed versions: