File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11<cfscript >
2- encodeForHTML (" abc" ); // test if ESAPI extension exist right away
2+ // encodeForHTML("abc"); // test if ESAPI extension exist right away
33 systemOutput (" ---------- #DateTimeFormat (now (),' yyyy-mm-dd HH:nn:ss' ) # - Lucee Started ----------" , true );
44
55 setting requesttimeout = 10 * 60 ; // 10 mins, for when running via script-runner and _internalRequest
1111 param name = " testFilter" default = " " ;
1212 param name = " srcAll" default = " ../core/src/main/" ; // used for compiling
1313
14- param name = " testBoxArchive" default = " " ;
15-
14+ param name = " testBoxArchive" default = " " ;
15+
1616 if (len (test ) eq 0 ){
1717 test = GetDirectoryFromPath (GetCurrentTemplatePath ());
1818 test = left (test , len (test )- 1 );
8989 fileWrite ( testboxArchive , FileReadBinary ( testboxUrl ) );
9090 testboxDir = " #getTempDirectory () #testbox" ;
9191
92- // we need the compress extension, if running with lucee light, it won't be installed yet
93- if ( ! extensionExists (" 8D7FB0DF-08BB-1589-FE3975678F07DB17" ) ){
94- throw " Lucee Compress extension is required, but not installed, are you using the Lucee light jar?" ;
95- }
96-
97- zip action = " unzip" file = " #testboxArchive #" destination = " #getTempDirectory () #" ;
92+ extract ( format = " zip" , source = testboxArchive , target = getTempDirectory () );
9893 testboxArchive = testboxDir ;
9994
10095 admin
You can’t perform that action at this time.
0 commit comments