Skip to content

Commit

Permalink
Item12180: Pass nullok in URLPATH & apply to {ScriptUrlPaths}{view}.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16193 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Dec 11, 2012
1 parent 9f2eeb2 commit 782614a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $Foswiki::cfg{ForceDefaultUrlHost} = $FALSE;
# be manually added to <code>lib/LocalSite.cfg</code>
# $Foswiki::cfg{ScriptUrlPath} = '/foswiki/bin';

# **URLPATH CHECK='expand' M**
# **URLPATH CHECK='expand nullok' M**
# This is the complete path used to access the Foswiki view script including any suffix. Do not include a trailing /.
# (This is an exception override, so the ScriptSuffix is not automatically added.)
# e.g. <code>/foswiki/bin/view.pl</code><br /> Note: The default is acceptable except when shorter URLs are used.
Expand Down
1 change: 1 addition & 0 deletions core/lib/Foswiki/Configure/Checkers/URLPATH.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sub check {

$options = {
expand => $options->{expand},
nullok => $options->{nullok},
parts => [
'path',
$options->{parts}
Expand Down

0 comments on commit 782614a

Please sign in to comment.