"public and remote" not working in CF9
In CF8 setting the method-access-level for a particular destination to "public and remote" would expose CFC Methods labelled public to Flex applications. In CF9 that does not appear to be the case and possibly this is a bug. Yes, I am aware of the change of location of this attribute in CF9 and what DOES work is method-access-level = "public", just not method-access-level = "public and remote". If I set it to "public and remote" only methods with access="remote" are exposed.
Has anyone encountered this? Is this a known issue?
