We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dfe31 commit d62157dCopy full SHA for d62157d
test-harness/[email protected]
@@ -10,8 +10,8 @@
10
},
11
"rewrites":{
12
"enable":"true"
13
- },
14
- "aliases":{
+ },
+ "aliases":{
15
"/moduleroot/cbsecurity":"../"
16
}
17
test-harness/tests/Application.cfc
@@ -32,9 +32,6 @@ component {
32
33
// request start
34
public boolean function onRequestStart( String targetPage ){
35
- if( server.keyExists( "lucee" ) ){
36
- pagePoolClear();
37
- }
38
return true;
39
40
0 commit comments