larshelge opened a new pull request #235:
URL: https://github.com/apache/httpcomponents-core/pull/235


   This PR aims at improving code centralization and test coverage in 
URIBuilder.
   
   * Delegates from `setPathSegments(String...)` to `setPathSegments(List)`.
   * Delegates from `setPathSegmentsRootless(String...)` to 
`setPathSegmentsRootless(List)`.
   * Adds several unit tests.
   * Fixes a bug from a previous 
[commit](d0f2c6ac7302afd822bc7d02d7805f5e6389a362) where a single `&` was 
inadvertently used instead of a double `&&`, introducing a nullpointer 
exception vulnerability.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to