Skip to content

Commit

Permalink
LDEV-5070 - Make .CFConfig configuration optional for basic Lucee ser…
Browse files Browse the repository at this point in the history
…ver functionality
  • Loading branch information
michaeloffner committed Aug 16, 2024
1 parent e9fa9ef commit b0f5e52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/lucee/runtime/config/ConfigWebFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -843,12 +843,10 @@ else if (!StringUtil.isEmpty(strProviderCFC) && !StringUtil.isEmpty(strProviderS

}
// adding zip when not exist
print.e("hasZip:" + hasZip);
if (!hasZip) {
Map<String, String> args = new HashMap<>();
args.put("lock-timeout", "1000");
args.put("case-sensitive", "1000");
print.e(args);
config.addResourceProvider("zip", new ClassDefinitionImpl<>(ZipResourceProvider.class), args);
}

Expand Down

0 comments on commit b0f5e52

Please sign in to comment.