From 6fcb81d1052677b1ca94bbc76b3c1edc9a5d44fa Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Tue, 4 Feb 2025 17:45:21 +0100 Subject: [PATCH] Update _usageNotes.md --- docs/03.reference/02.tags/queryparam/_usageNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03.reference/02.tags/queryparam/_usageNotes.md b/docs/03.reference/02.tags/queryparam/_usageNotes.md index 45f7ceb12..d2ce8ba5e 100644 --- a/docs/03.reference/02.tags/queryparam/_usageNotes.md +++ b/docs/03.reference/02.tags/queryparam/_usageNotes.md @@ -1,4 +1,4 @@ -Prior to Lucee 6, empty values would be auto cast to nulls, since Lucee 6 only strings behave this way [LDEV-4410](https://luceeserver.atlassian.net/browse/LDEV-4410) +Prior to Lucee 6, an empty value would be auto cast to null, since Lucee 6 only strings are handled this way [LDEV-4410](https://luceeserver.atlassian.net/browse/LDEV-4410) In Lucee 6, this is no longer the default behavior and throws an exception, which matches ACF.