[coldbox:17489] [Coldbox 3.5.0] Strange Request Collection Mismapping

SES URLs don’t play well with empty strings.

site.com/index.cfm/hander/action/field1/value/field2//field3/value

In that case, field2 is an empty string, but its value will usually end up as “field3”. Is that happening by chance?

~Brad

Editing subject to include coldbox version.

These parameters are coming in through the form scope, so the URL doesn’t seem like it would have anything to do with it. Notice the “FIELDNAMES” key. That’s a standard FORM scope key.

Another piece that might be related is that we use event.setSesBaseURL() on every request to dynamically set the base url for use in event.buildLink(). I’m wondering if that has anything to do with it.

Tim.