Prevent URL trailing char errors in VIM/WIM 77/8677/2
authorAnderson Bravalheri <a.bravalheri@bristol.ac.uk>
Thu, 12 Mar 2020 12:41:32 +0000 (12:41 +0000)
committerAnderson Bravalheri <a.bravalheri@bristol.ac.uk>
Fri, 13 Mar 2020 16:14:39 +0000 (16:14 +0000)
It is very common for users to copy/paste the URL in the web GUI form
when registering new VIMs/WIMs.
This can be error prone, since it might introduce trailing characters
that might pass unnoticed (e.g. when copying from "OpenStack Rocky >
Project > API Access" a trailing space will be introduced).

This change tries to prevent that from happening.

Change-Id: I8ef83afe39ef854696ca43072273437ffd396c33
Signed-off-by: Anderson Bravalheri <a.bravalheri@bristol.ac.uk>

No differences found