From: Anderson Bravalheri Date: Thu, 12 Mar 2020 12:41:32 +0000 (+0000) Subject: Prevent URL trailing char errors in VIM/WIM X-Git-Tag: v7.1.0rc1~1^2~15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=96a262702650a52e8f3075ba4fb5d043d7f88147;hp=96a262702650a52e8f3075ba4fb5d043d7f88147;p=osm%2FRO.git Prevent URL trailing char errors in VIM/WIM 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 ---