diff --git a/core/lib/Foswiki/Request.pm b/core/lib/Foswiki/Request.pm index 2f766d0aa3..b3360b609e 100644 --- a/core/lib/Foswiki/Request.pm +++ b/core/lib/Foswiki/Request.pm @@ -246,6 +246,7 @@ sub url { defined $Foswiki::cfg{ScriptUrlPaths}{ $this->action } ? $Foswiki::cfg{ScriptUrlPaths}{ $this->action } : $Foswiki::cfg{ScriptUrlPath} . '/' . $this->action; + $name .= $Foswiki::cfg{ScriptSuffix}; if ($full) { my $vh = $this->header('X-Forwarded-Host') || $this->header('Host'); $url =