Skip to content

Commit d62157d

Browse files
committed
weird lucee issue
1 parent 51dfe31 commit d62157d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test-harness/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"rewrites":{
1212
"enable":"true"
13-
},
14-
"aliases":{
13+
},
14+
"aliases":{
1515
"/moduleroot/cbsecurity":"../"
1616
}
1717
},

test-harness/tests/Application.cfc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ component {
3232

3333
// request start
3434
public boolean function onRequestStart( String targetPage ){
35-
if( server.keyExists( "lucee" ) ){
36-
pagePoolClear();
37-
}
3835
return true;
3936
}
4037

0 commit comments

Comments
 (0)