In the index.cfm client, if byEntry was used and id was not numeric, no error was thrown, but the CFC method getEntries would default to having no params, this would result in all entries being displayed. So, index.cfm was updated to check for a good url.id before using that mode.