Github user neykov commented on the issue:
https://github.com/apache/brooklyn-server/pull/551
I guess
[yes](https://github.com/mikaelhg/urlbuilder/blob/a0aeee72abd503ae22a0803e7cd625aaf846085f/src/test/java/io/mikael/urlbuilder/SimpleUrlTest.java#L30-L44)
- the colon is not escaped @aledsage.
I'm thinking we would expose the builder in the DSL, not use it piecemeal
to stitch together a URL in `formatString`. So it would look something like
`$brooklyn:urlBuilder("http://host/path.to.jar").userInfo(external("artifactory.credentials")).build()`.
This is now possible to code with the deferred execution DSL. Not sure yet how
templating would work with that - needs some more thought.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---