Coalescing operator
Question about coalescing operator “?:”. #1 This works fine: dump( notExists.key ?: 'notExistsKey' ); But this NOT works because getLang() is null: dump( person.getLang().getId() ?: 'notExistsProp' );...
View ArticleIs there a function to create a QRcode
I want to create a QRcode (with texte or URL) and display it onthe page, Is there a function to do that ? Thanks for answers. Don’t forget to tell us about your stack! Linux debian 10 apache 2.4 Lucee...
View ArticleLucee default welcome page changes
Hi all, I have updated the default Lucee 6 (and 5) “Welcome to your install page”, as it contains old code and libraries. This gave us errors in our security reports, so I’d thought I’d give it a...
View ArticleLucee admin not launching after update
I updated lucee to 6.1.0.100-BETA to fix the issue with cfspreadsheet not working. After the upgrade the sites are working fine, but the lucee admin will not launch. I just get a page isn’t working...
View ArticleSupported versions of Tomcat for Lucee 5.3.9.141
Can I run my version of Lucee on Tomcat 9.0.89? Don’t forget to tell us about your stack! OS: Windows 2019 Java Version: 11.0.3 Tomcat Version: 9.0.73 Lucee Version: 5.3.9.141 2 posts - 2 participants...
View ArticleCall works in Postman, does not work with CFHTTP
I’m trying to make a cfhttp request to an API that requires a client certificate for authorization. My request works fine in Postman, but returns a 401 when called with CFHTTP. What possible...
View ArticleOrg.lucee.esapi and CVE-2022-23457
Hi, We have a large application deployed as a WAR (bundling Lucee and necessary Extensions) onto Tomcat at various on-prem clients (global investment banks). One of these clients is subjecting the WAR...
View ArticleUpgrade from 5.4.3.2 to 5.4.6.9 fails
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleGet set for CFCamp 2024 in Germany
CFCamp, the ultimate gathering for ColdFusion enthusiasts, is just around the corner on June 13th and 14th, 2024. This yearly event brings together ColdFusion developers, experts, and enthusiasts from...
View ArticleLucee 5.x to 6.x upgrade - SQL driver exception accessing session object?
I’m doing some exploration on upgrading our app from Lucee 5.x to 6. I’ve done the upgrade a few different ways, but I keep running into the same error any time the app tries to access the session...
View ArticleSecurity vulnerability
hey guys , i found many vulnerability in lucee server source and i sent report their github page after 2 month they dont response ! why ? 6 posts - 3 participants Read full topic
View ArticleNPE declaring a S3 Mapping
We’re running into NPE logged when attempting to set up a mapping to an s3 path included from within our Application.cfc: <cfset this.mappings["/mappingname"] = variableRetrievedFromEnvVar> With...
View ArticleLucee Recipes
Just came here to post a message about Lucee documentation: Some important work by Lucee devs have not been published at their official docs website, but on Github. As I previously said, Lucee is...
View ArticleObtaining SSL Certificate Expiry Dates with Lucee 6 and Java 17 or 21
The following code works with Java 11 <cfset factory = CreateObject("java", "javax.net.ssl.HttpsURLConnection").getDefaultSSLSocketFactory()> <cfset socket =...
View ArticleComponent is taking very large time when file is uploaded
When we submit a form on cfc page, it takes a long time compared to cfm page. To test here is the file: Create uploadFile.cfm page with following content <html> <body> <input...
View ArticleWget lucee-6.0.3.1-linux-x64-installer.run
Hi guys I’m new to this. I’m trying to install lucee on a fresh azure almalinux 9.4 server. I’m building it with terraform and packer. I tried to used wget to download the...
View ArticleLucee-5.4.6.9-linux-x64-installer.run
I’m trying to manually run the installer and get this issue – Error running /opt/lucee/sys/install_mod_proxy.sh -m install -t 8888 -f /etc/httpd/conf/httpd.conf -c /usr/sbin/apachectl: apachectl: The...
View ArticleInspect Templates: Never - does not seem to be working
Hi, we use the “Inspect Templates: Never” setting on our production servers for performance. But lately I’ve been noticing it’s not working. If I create a test.cfm file and put “Hello” in it and...
View ArticlePage [/lucee/formtag-form.cfm]...
Hi, Any idea why Lucee 5 is fine a call but Lucee 6.0.3.1 blows up with: lucee.runtime.exp.MissingIncludeException: Page [/lucee/formtag-form.cfm]...
View ArticleDocker pull upgrading to latest
Im tring to build an environmnet with the latest LTS 5.6.4.9 I creating the image in azure AlmaLinux (Redhat). When I specify a specific buld it always upgrades to the lucee latest 6.0.3.1. See image...
View Article