Lucee4
Lucee4 copied to clipboard
Lucee server 4.x source code repository
a fix for LDEV-487
This looks like a big change but it is a lot of whitespace.
Allows the "validate" setting to be used on application level datasources. this.datasource = { ... validate: true } Which will check for valid connections on JDBC4 drivers.
When locking down Security > Access settings for web admins to read only (General Access: Access Read: "password protected", Access Write: "closed", Web administrator: everything unchecked) some pages of the...
This fixes the NullPointerException in Admin.java due to the AdminSync object not being present. We decided to create a new type of AdminSync (AdminSyncNullObject) even though the implementation is identical...
Use method used elsewhere to expand file path of relative template path. Do this, rather than searching all mappings for classes which leads to performance and locking issues.
This reverts commit e6106cf674705c2cc06f9a4a619807352f4d87a3.
…Fixes trust issues with Mailgun and Watson platform. fixes https://luceeserver.atlassian.net/browse/LDEV-916 http://metadata.ftp-master.debian.org/changelogs//main/c/ca-certificates/ca-certificates_20141019+deb8u1_changelog
Explicit widths in input fields caused the page to be wider then normal; fixed that.