Skip to content

Commit ce23268

Browse files
committed
finished 1.0.0 release
1 parent 263abbd commit ce23268

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Application.cfc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ component{
1111
this.sessionTimeout = createTimeSpan(0,0,30,0);
1212
this.setClientCookies = true;
1313

14-
// Mappings Imports
15-
import coldbox.system.*;
16-
1714
// COLDBOX STATIC PROPERTY, DO NOT CHANGE UNLESS THIS IS NOT THE ROOT OF YOUR COLDBOX APP
1815
COLDBOX_APP_ROOT_PATH = getDirectoryFromPath( getCurrentTemplatePath() );
1916
// The web server mapping to this application. Used for remote purposes or static purposes
@@ -32,15 +29,6 @@ component{
3229

3330
// request start
3431
public boolean function onRequestStart(String targetPage){
35-
36-
// Bootstrap Reinit
37-
if( not structKeyExists(application,"cbBootstrap") or application.cbBootStrap.isfwReinit() ){
38-
lock name="coldbox.bootstrap_#this.name#" type="exclusive" timeout="5" throwonTimeout=true{
39-
structDelete( application, "cbBootStrap" );
40-
onApplicationStart();
41-
}
42-
}
43-
4432
// Process ColdBox Request
4533
application.cbBootstrap.onRequestStart( arguments.targetPage );
4634

0 commit comments

Comments
 (0)