I found a small bug, the weird thing is that it showed up until today, when I was running the same version in other apps with no issues whatsoever.
The syntax error is locate din file: .…/coldbox/system/interceptors/SES.cfc: line 896
The cfarguments are not closed in function: serializeURL
They should be:
<cfargument name=“formVars” required=“false” default=""/>
<cfargument name=“event” required=“true”/>
Running:
Railo 4.1.2.003
Coldbox 3.8
Thanks
Felipe Serrano