yyqdbngt opened a new pull request, #3903: URL: https://github.com/apache/rocketmq-dashboard/pull/3903
### Motivation The data source HTTP request factory test only checked the GET path, leaving the other methods the factory serves unasserted. This PR parameterizes the suite across the HTTP methods `HttpURLConnection` supports. ### Changes - Redirect following is disabled for GET, POST, PUT, DELETE, and HEAD alike. - After calling `super.prepareConnection`, the connection remains configured while the no-redirect policy still wins. ### Verification - `mvn -B test -Dtest=DataSourceClientHttpRequestFactoryTest`: 7/7 passed, BUILD SUCCESS -- 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]
