Skip to content

Commit

Permalink
Item12952: Bootstrap changes broke unit tests.
Browse files Browse the repository at this point in the history
Foswiki initialization requires all the NOT_SET eligible settings to
have values set.  {ScriptSuffix} and {ScriptUrlPaths}{view} are new.
Pseudo-install missed them because of incorrectly formatted comment in
Foswiki.spec.
  • Loading branch information
gac410 committed Sep 4, 2014
1 parent e704458 commit 2e77b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $Foswiki::cfg{PathCheckLimit} = 7000;
# **STRING 10**
# Suffix of Foswiki CGI scripts (e.g. .cgi or .pl). You may need to set this
# if your webserver requires an extension.
#$Foswiki::cfg{ScriptSuffix} = '';
# $Foswiki::cfg{ScriptSuffix} = '';

# **URLPATH CHECK='expand nullok notrail' FEEDBACK="label='Verify';wizard='ScriptHash';method='verify';auth=1" UNDEFINEDOK MANDATORY**
#! n.b. options should match Pluggables/SCRIPTHASH.pm for dynamic path items
Expand All @@ -113,7 +113,7 @@ $Foswiki::cfg{PathCheckLimit} = 7000;
# (so you'll have to leave this field empty if your wiki lives at the top level).
# <p></p>
# More information: <a href="http://foswiki.org/Support/ShorterUrlCookbook" target="_new">Shorter URL Cookbook</a>
#$Foswiki::cfg{ScriptUrlPaths}{view} = '$Foswiki::cfg{ScriptUrlPath}/view$Foswiki::cfg{ScriptSuffix}';
# $Foswiki::cfg{ScriptUrlPaths}{view} = '$Foswiki::cfg{ScriptUrlPath}/view$Foswiki::cfg{ScriptSuffix}';

#! The following plugin must follow all other {ScriptUrlPaths} items
# *SCRIPTHASH*
Expand Down

0 comments on commit 2e77b83

Please sign in to comment.