<https://dev.lucee.org/t/5-3-9-108-release-candida...
# lucee
l
@zackster updated from SNAP-88 to 108, mostly to test the
onSessionEnd
fix (works great!) but just noticed something that is breaking. In some cases we are seeing form posts attach a comma to the end of a field. It's not all cases, but the same one does fail over and over so trying to find a way to isolate it for you. I did check and it breaks in SNAP-100 and beyond. Looking at Jira the only thing that looked close to playing with this stuff would be https://luceeserver.atlassian.net/browse/LDEV-2795 but that appears to have been added in SNAP-101?
OK, so there's a modal on the page with the same input name as already on the form. One will always be empty. Previously the post would provide:
FORM.sonumber="34567"
and now I get:
FORM.sonumber="34567,"
Is this a bug or expected?