Fix on SES convention name value pairs

I just made an important fix for SES convention name value pairs,
where the first character was being omitted. Bad oversight!!

Here is the fix:
change line 371 to

<cfset leftOverLen = len(requestString)-(match.pos[arraylen(match.pos)]
+match.len[arrayLen(match.len)]-1)>

The fix is also on SVN and should be on the nightly build. I will
maybe do a quick 2.6.3 release to fix this and any other fixes that
might come in.

In which file?

/coldbox/system/interceptors/ses.cfc