6e7b3be2b8
A large proportion of uses of the str_replace function is to build URLs out of various components from various sources. This is invariably brittle, with a failure to escape special characters, deal with IPv6 addresses, and so on. The make_url function provides a both a tidier interface and correct handling of these edge cases. Change-Id: I61b6dff01cd509b3d1c54bca118632c276569f4e
6 lines
204 B
YAML
6 lines
204 B
YAML
---
|
|
features:
|
|
- The Pike version of HOT (2017-09-01) adds a make_url function to simplify
|
|
combining data from different sources into a URL with correct handling for
|
|
escaping and IPv6 addresses.
|