Hi,

I found a bug that was preventing me from deleting policy group
mappings. In farcry_core\packages\security\authorisation.cfc the
deletePolicyGroupMapping method needs to use the SQL upper function. I
changed lines 553 to 555 to: 

WHERE policyGroupId=#arguments.policyGroupId#
AND upper(ExternalGroupUserDirectory)='#ucase(arguments.userdirectory)#'
AND upper(ExternalGroupName)='#ucase(arguments.groupName)#'";

I noticed this bug while trying to deploy on Oracle 9i and CFMX
Enterprise 6.1.

I'm also noticing a couple of other bugs under the security tab that I
will report on tomorrow once I have more info.

Best,

--Nathan

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to