lewismc opened a new pull request, #944: URL: https://github.com/apache/nutch/pull/944
Fix for [NUTCH-3192](https://issues.apache.org/jira/browse/NUTCH-3192) - Replace shipped RabbitMQ URI defaults with `amqp://localhost:5672/` (index-writers template, nutch-default `rabbitmq.publisher.server.uri`, indexer-rabbit README); document that a typical local broker uses the well-known guest/guest account and that operators must supply `username:password@` when required - Change DummySSL SSLContext protocol from "`SSL`" to "`TLS`" (keep intentional trust-all behavior for protocol-httpclient). Do we need to rename the Method and Class? - Strip trailing whitespace in `httpclient-auth.xml.template` and replace example credentials with `YOUR_USERNAME` / `YOUR_PASSWORD` placeholders - Mark S6736 as false positive in SonarCloud (masking regex in describe()) -- 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]

