dsmiley opened a new pull request, #4008: URL: https://github.com/apache/solr/pull/4008
HttpShardHandlerFactory reads the urlScheme from configuration, defaulting to "http" if there is none. Most/all solr.xml's we have, including for tests, have this explicitly configured with `urlScheme` sys prop resolution. I think the factory should read that sys prop as a default, at least as a small improvement. _Ultimately_, I'd like to see SOLR_SSL_ENABLED used within Solr and we default from that, as *that* is what the user sets. But I'll leave that for a proper JIRA issue. -- 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]
