displaying top 100 results
2612070 CF-3560964 General Server Michael Schmidt Multiple Form Elements With the same name turned into array - missing empty elements Problem Description:
Prior to CF10 to turn a repeated form element into an array we used getPageContext().getRequest().getParameterMap().
This worked smoothly
Tracker Issue Going to a url formed like this: c.cfm/test/test.cfm returns a coldfusion.runtime.TemplateNotFoundException
2612071 CF-3560929 General Server Michael Schmidt Going to a url formed like this: c.cfm/test/test.cfm returns a coldfusion.runtime.TemplateNotFoundException Problem Description:
In CF9 and before we were able to go to a url:
http://example.com/c.cfm/test/test.cfm
with c.cfm existing on the server