Daemach
Member since May 14, 2020
- Profile: /members/14166-daemach.htm
- Comments: 3
Recent Blog Comments By Daemach
-
Temporary Upload Files Are Duplicated And Persisted When A Request Uses CFThread In Lucee CFML 5.3.6.61
Posted on Sep 6, 2020 at 11:19 AM
Already filed, though cfthread may handle this differently: https://luceeserver.atlassian.net/browse/LDEV-2903... read more »
-
The canonicalize() Function Will Decode Strings That "Loosely Match" HTML Entities In Lucee CFML 5.3.5.92
Posted on May 14, 2020 at 12:49 PM
<cfscript> // Setup the key-value pairs for our demo URL. searchParams = [ "action=quantize", "infinity=false", "equivalence=fuzzy", "origin=v7" ]; querystring = searchParams.toList( "&" ); writeoutput( listtoarray( q... read more »