Skip to content

Commit e63c496

Browse files
committed
Issue #7: avoid double slashes before nph-genericinterface
1 parent 0cb94ea commit e63c496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test/GenericInterface/FAQConnector.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ my $RemoteSystem =
354354
. '://'
355355
. $Host
356356
. '/'
357-
. $ConfigObject->Get('ScriptAlias')
358-
. '/nph-genericinterface.pl/WebserviceID/'
357+
. $ConfigObject->Get('ScriptAlias') # has trailing slash
358+
. 'nph-genericinterface.pl/WebserviceID/'
359359
. $WebserviceID;
360360

361361
my $WebserviceConfig = {

0 commit comments

Comments
 (0)