Skip to content

Commit

Permalink
Item12952: many changes for new confgure architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Aug 27, 2014
1 parent 70cbafd commit 8a30f7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/lib/Foswiki/Engine/CGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ sub run {
my $requestor = $req->http('x-requested-with') || '';
unless (
$Foswiki::cfg{isVALID}
|| $Foswiki::cfg{isBOOTSTRAPPING}
|| $requestor eq 'XMLHttpRequest'

# Configure uses FoswikiReflectionRequest to query values before LSC is ready
# Configure uses FoswikiReflectionRequest to query values
# before LSC is ready
|| $requestor eq 'FoswikiReflectionRequest'
)
{
Expand Down

0 comments on commit 8a30f7e

Please sign in to comment.