Fixed
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 16 May 2023 at 13:45
Updated 30 May 2023 at 16:21
Resolved 26 May 2023 at 14:45
internally lucee stores the datasource allow rights in a bit packed int, ie allow=”511”
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/lucee/runtime/tag/Admin.java#L2669
https://github.com/lucee/Lucee/blob/5.3/loader/src/main/java/lucee/runtime/db/DataSource.java#L40
cfconfig exports them exploded as
configImport needs to support translating these into
allow="511"
, it currently only supports the allow value