Skip to content

Commit 7ababac

Browse files
committed
LDEV-5777 - do not explicitly set mode to single in .CFConfig.json, not necessary because this is the default behaviour and blocks env var LUCEE_ADMIN_MODE_DEFAULT
1 parent c82e895 commit 7ababac

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

core/src/main/java/resource/config/server.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"mailSpoolEnable": true,
2020
"mailSpoolInterval": 5,
2121
"mergeUrlForm": false,
22-
"mode": "single",
2322
"preserveSingleQuote": false,
2423
"requestTimeout": "0,0,0,50",
2524
"scopeCascading": "standard",

loader/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project default="core" basedir="." name="Lucee"
33
xmlns:resolver="antlib:org.apache.maven.resolver.ant">
44

5-
<property name="version" value="6.1.2.45-SNAPSHOT"/>
5+
<property name="version" value="6.1.2.46-SNAPSHOT"/>
66

77
<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
88
<classpath>

loader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.lucee</groupId>
55
<artifactId>lucee</artifactId>
6-
<version>6.1.2.45-SNAPSHOT</version>
6+
<version>6.1.2.46-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Lucee Loader Build</name>

0 commit comments

Comments
 (0)