coldfusion共15篇
Testing if IP is within a CIDR Range-拾光赋

Testing if IP is within a CIDR Range

Testing if IP is within a CIDR Range,I recently wrote a blog entry about using a third-party Java library to standardize IPv4 & IPv6 IP addresses using ColdFusion. The Apache C...
kity的头像-拾光赋kity1个月前
02515
Using IPAddress Java Library with ColdFusion to Standardize IPv4 & IPv6 Addresses-拾光赋

Using IPAddress Java Library with ColdFusion to Standardize IPv4 & IPv6 Addresses

Using IPAddress Java Library with ColdFusion to Standardize IPv4 & IPv6 Addresses,Our Microsoft IIS web server is configured to accept IPv4 connections and, since 1996, we've recor...
kity的头像-拾光赋kity2个月前
03215
CF_Timer: No Debugging IP Address Required; Introducing nanoTime-拾光赋

CF_Timer: No Debugging IP Address Required; Introducing nanoTime

CF_Timer: No Debugging IP Address Required; Introducing nanoTime,While reviewing reports on Lucee's Dev Forum regarding performance differences between using an application-based C...
kity的头像-拾光赋kity3年前
04210
Hash strings to INT using Java-拾光赋

Hash strings to INT using Java

Hash strings to INT using Java,I'm not sure where I previously learned about the Java hashCode() method for strings, but it enabled us to quickly assign a unique-ish numerical hash...
kity的头像-拾光赋kity3年前
04514
Log4j Exploit Pattern Detection Using ColdFusion/CFML-拾光赋

Log4j Exploit Pattern Detection Using ColdFusion/CFML

Log4j Exploit Pattern Detection Using ColdFusion/CFML,Here are my initial attempts at trying to detect Log4j exploit attempts that may make it past our WAF/service provider protect...
kity的头像-拾光赋kity4年前
04013
Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java-拾光赋

Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java

Convert Unicode Symbols & Punctuation to ASCII using ColdFusion/Java,symbolsToASCII is a ColdFusion UDF (user-defined function) to convert Unicode symbols and punctuation to ASCII7...
kity的头像-拾光赋kity5年前
02311
ColdFusion Query-of-Query Reserved Words or Bug?-拾光赋

ColdFusion Query-of-Query Reserved Words or Bug?

ColdFusion Query-of-Query Reserved Words or Bug?,I encountered an Adobe ColdFusion error where a query would throw an error if certain column names were accessed. A third-party cli...
kity的头像-拾光赋kity5年前
03515
ColdFusion SetCookie UDF (Supports “SameSite”)-拾光赋

ColdFusion SetCookie UDF (Supports “SameSite”)

ColdFusion SetCookie UDF (Supports “SameSite”),I attempted to post the following response regarding a ColdFusion bug that I reported back in March 2018, but Adobe's CFTracker web...
kity的头像-拾光赋kity5年前
0267
ColdFusion Test for new Amazon Trust Services Certificates-拾光赋

ColdFusion Test for new Amazon Trust Services Certificates

ColdFusion Test for new Amazon Trust Services Certificates,I received an email notification from Amazon that Amazon S3 and Amazon CloudFront were migrating default certificates to ...
kity的头像-拾光赋kity5年前
0356
Identify SSL Expiration Date using ColdFusion-拾光赋

Identify SSL Expiration Date using ColdFusion

Identify SSL Expiration Date using ColdFusion,We use LetsEncrypt and monitor the SSL certificate expiration dates locally by parsing the actual certificate files, but if you requir...
kity的头像-拾光赋kity5年前
0467
Use Java replaceAll() instead of ColdFusion ReReplaceNoCase()-拾光赋

Use Java replaceAll() instead of ColdFusion ReReplaceNoCase()

Use Java replaceAll() instead of ColdFusion ReReplaceNoCase(),This blog post is in response to this blog post 'Regular expressions – practical examples to get you started'. (My co...
kity的头像-拾光赋kity5年前
0469
Language Detection using ColdFusion/Java-拾光赋

Language Detection using ColdFusion/Java

Language Detection using ColdFusion/Java,In the past, I've used character ranges in an attempt to identify the language of text. While this seemed to work for Russian, Chinese, Jap...
kity的头像-拾光赋kity5年前
0478