Branch: refs/heads/master
Home: https://github.com/jenkinsci/swarm-plugin
Commit: 1be373e89750b2786b3239b2ff4f01d50b3bba7c
https://github.com/jenkinsci/swarm-plugin/commit/1be373e89750b2786b3239b2ff4f01d50b3bba7c
Author: Richard M <[email protected]>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M client/src/main/java/hudson/plugins/swarm/LabelFileWatcher.java
Log Message:
-----------
Fix: Removed prefixed `/` from url path when getting agent labels (#367)
`url` has a slash appended to it during the configuration loading.
Including a slash here causes the following code in
[httpcomponents](https://github.com/apache/httpcomponents-core/blob/6d2297fbee986a0209f60d861033156b72d82dbf/httpcore5/src/main/java/org/apache/hc/core5/http/message/BasicHttpRequest.java#L281)
to be hit
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/swarm-plugin/push/refs/heads/master/6ea804-1be373%40github.com.