Skip to content

Commit

Permalink
Oops, wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Aug 15, 2023
1 parent 73d63ec commit 97ac555
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/cfml/system/Bootstrap.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,18 @@ This file will stay running the entire time the shell is open
<cfset mappings[ '/commandbox' ] = CFMLRoot >
<cfset mappings[ '/commandbox-home' ] = system.getProperty( 'cfml.cli.home' ) >
<cfset mappings[ '/wirebox' ] = CFMLRoot & 'system/wirebox' >
<cfset xmlFeatures={
externalGeneralEntities: false,
disallowDoctypeDecl: false
}>

<cfapplication
action="update"
name = "CommandBox CLI"
sessionmanagement = "false"
applicationTimeout = "#createTimeSpan( 999999, 0, 0, 0 )#"
mappings="#mappings#"
xmlFeatures={
secure: false,
externalGeneralEntities: false,
disallowDoctypeDecl: false
}>

<Cfset systemotuput( getApplicationMetadat().xmlFeatures,1 )>
xmlFeatures="#xmlFeatures#">

<cfscript>
FRTransService = new commandbox.system.services.FRTransService();
Expand Down

0 comments on commit 97ac555

Please sign in to comment.