epugh commented on code in PR #3876: URL: https://github.com/apache/solr/pull/3876#discussion_r2537924335
########## solr/solr-ref-guide/modules/configuration-guide/pages/solr-properties.adoc: ########## @@ -102,18 +96,20 @@ NOTE: Properties marked with "!" indicate inverted meaning between pre Solr 10 a |solr.security.allow.urls|solr.allowUrls||A comma seperated list of urls for reading from. -|solr.security.allow.urls.enabled|!solr.disable.allow.urls|false|If using an allow list of accessible urls is enabled. +|solr.security.allow.urls.enabled|!solr.disable.allow.urls|false|If using an allow list of accessible urls is enabled. + |solr.security.auth.plugin|authenticationPlugin||Specifies the authentication plugin to use. |solr.solrj.cloud.max.stale.retries|cloudSolrClientMaxStaleRetries|5|Sets the maximum number of retries for stale connection attempts in SolrJ cloud client. -|solr.solrj.http.cookies.enabled|!solr.http.disableCookies| false |If Http2SolrClient should support cookies. +|solr.solrj.http.customizer|solr.httpclient.builder.factory||A class loaded to customize HttpJettySolrClient upon creation. Review Comment: Makes sense -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
