Initial configuration form doesn't allow proxy URL with hostname
Bug #1979317 reported by
Alberto Donato
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Undecided
|
Peter Makowski | ||
maas-ui |
Fix Released
|
Unknown
|
Bug Description
In the initial configuration form when the first admin logs in, the "proxy" field validation doesn't allow urls with hostnames (e.g. http://
Changed in maas-ui: | |
importance: | Undecided → Unknown |
Changed in maas-ui: | |
status: | New → Fix Released |
Changed in maas: | |
status: | New → Fix Committed |
Changed in maas: | |
milestone: | none → 3.3.0 |
Changed in maas: | |
milestone: | 3.3.0 → 3.3.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It seems that the problem is due to the url validator not allowing URLs without a TLD, e.g. http:// myproxy. internal: 3128 will work.