Skip to content

Commit

Permalink
Item818: Foswiki::Request::url didn't honor ::cfg{ScriptSuffix}
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@2064 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Jan 20, 2009
1 parent d151523 commit 048ce41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/Foswiki/Request.pm
Expand Up @@ -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 =
Expand Down

0 comments on commit 048ce41

Please sign in to comment.