Feature #29468
Add a default URL validator for plugins
Pull request:
Fixed in Releases:
Found in Releases:
Description
URLs are common settings and the Proxy should provide validation out of the box for this.
Associated revisions
History
#1
Updated by The Foreman Bot 10 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/757 added
#2
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 2.1.0 added
#3
Updated by Ewoud Kohl van Wijngaarden 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 8b27dabfcbcd6a1e8873c7f75b90a253aeb27bec.
Fixes #29468 - Add default URL validator for plugins
URL settings are common and this moves it from a custom validator in the
Puppet module to a default. Also adds tests and ensures the dhcp and dns
libvirt providers use it too.