It is not that often to work with XML nowadays (at least – for our clients), but we have such a task from time to time. Today, I was asked…
Tag: Lucee
In order to secure assets such as scripts, styles, media on the site, the Content-Security-Policy header is used. It is handy to mitigate data injection attacks and XSS attacks among…
I’m working on the old code right now and I try to perform some performance adjustments. The majority of work now relies on the identification of weak points and places…
It is frustrating – you are trying to send some form data, and instead of the original text, you got the contents with some HTML tags replaced with InvalidTag. For…
Some of the websites we are taking care of are old. By old, I mean the websites written over ten years ago. It is not easy to migrate them to…
I was surprised when suddenly I started receiving errors like this: “No matching function [ENCODEFORHTML] found”? What happened? I was sure that this was working before! The “EncodeForHTML” function is…
In ColdFusion (and in Lucee too 🙂 ) you can create ZIP files easily using cfzip. The usage is simple when you want to package a single file or the…
As an addition to the Avoid duplication of long-running threads topic, I decided that I want to run my job “infinitely”. I have so much data to process, that it…
I started to use ColdFusion threads recently. I knew that they exist, but I saw no use for them in my code before. Recently I started to process large datasets…
We are switching from ColdFusion to Lucee for some of the sites, and we are facing various small issues. This is one of them. Take a look at such a…