File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ component{
11
11
this .sessionTimeout = createTimeSpan (0 ,0 ,30 ,0 );
12
12
this .setClientCookies = true ;
13
13
14
- // Mappings Imports
15
- import coldbox .system .* ;
16
-
17
14
// COLDBOX STATIC PROPERTY, DO NOT CHANGE UNLESS THIS IS NOT THE ROOT OF YOUR COLDBOX APP
18
15
COLDBOX_APP_ROOT_PATH = getDirectoryFromPath ( getCurrentTemplatePath () );
19
16
// The web server mapping to this application. Used for remote purposes or static purposes
@@ -32,15 +29,6 @@ component{
32
29
33
30
// request start
34
31
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
-
44
32
// Process ColdBox Request
45
33
application .cbBootstrap .onRequestStart ( arguments .targetPage );
46
34
You can’t perform that action at this time.
0 commit comments