Doug,

It's just the validation portion. Here's a snippet from the ticket:

    The UUID validation code that Reactor generates looks like this:

   <!--- validate userUUID is a CF uuid --->
   <cfif NOT ReFindNoCase("[A-F0-9]{8,8}-[A-F0-9]{4,4}-[A-F0-9]{4,4}-[A-F0-9]{16,16}",    arguments. UserRecord?.getuserUUID())>
   <cfset arguments.ErrorCollection?.addError("User.userUUID.invalidType ") />
   </cfif>

Beth

On 8/31/06, Doug Hughes <[EMAIL PROTECTED]> wrote:

FYI, Reactor translates MSSQL uuids to CF uuids and back again.  Based on the number of characters in Oracle's uuids this should work too.  However, it might not work in all cases if the uuids are not 32 (useful) characters long.  In these cases they'd have to be varchars.

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Beth Bowden
Sent: Thursday, August 31, 2006 7:52 AM
To: [email protected]
Subject: [Reactor for CF] UUID Validation

 

Brian put in a request to expand the UUID validation to include the Microsoft/DCE standard.  Looking around, I've found these UUID formats:

ColdFusion UUID format:  xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx (8-4-4-16).
Microsoft/DCE standard:  xxxxxxxx-xxxx-xxxx-xxxxxx-xxxxxxxxxx (8-4-4-4-12)
Oracle:                           xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (32)

Does this cover your needs? Can you add another UUID format?

Thanks, Beth

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to