diff --git a/lib/NGCP/Panel/Field/URI.pm b/lib/NGCP/Panel/Field/URI.pm index d875248cb9..dfa143c35e 100644 --- a/lib/NGCP/Panel/Field/URI.pm +++ b/lib/NGCP/Panel/Field/URI.pm @@ -58,7 +58,7 @@ apply( # "#" is from dtmf-digit => local-phone-number => telephone-subscriber # "%" is from escaped # ":" we will not separate username and password - my $userinfo_unreserved_chars = '&=+$,;?/#%:'; + my $userinfo_unreserved_chars = '&=+$,;?/#%:\\'; my ($user, $domain) = split(/\@/, $value);