Skip to content

Commit 2b0d42c

Browse files
authored
Merge pull request #708 from PAWECOGmbH/development
Remove unsecure parameters in java loader
2 parents 75fedd8 + 5eb9240 commit 2b0d42c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

www/Application.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ component displayname="Application" output="false" extends="backend.myapp.ownApp
2020
// Load java files
2121
this.javaSettings = {
2222
loadPaths = [expandPath("/assets/java")],
23-
reloadOnChange = false,
24-
loadColdFusionClassPath = true,
25-
shared = true
23+
reloadOnChange = false
2624
};
2725

2826

0 commit comments

Comments
 (0)