Skip to content

Commit bda3ba1

Browse files
authored
Merge pull request #709 from PAWECOGmbH/staging
Remove unsecure parameters in java loader
2 parents 90d681a + 2b0d42c commit bda3ba1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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)