Thanks for the quick replies.  Our OBD version is 8 (builddate 2012-01-01 
10:14:17 GMT) and our Tomcat version is 6.0.29.  I would not mind trying to 
update, but I'm not entirely familiar with how to do so without risk of 
breaking anything.  For example, would I have to do anything special with 
my security certificate if I tried to update?
 
To answer the question about what happens if fields are missing or certain 
things are bypassed, usually on all my pages that handle requests I have 
checks to make sure the expected data is there, or I just let the 
ColdFusion error happen.  The code for all my AJAX responses has an Else 
and Try/Catch that handles any unexpected results.  I also use 
<cfqueryparam> for all my SQL fields to help ensure data integrity.  Very 
coincidentally, a new development is that I am suddenly seeing a lot of 
ColdFusion errors in the archive where pages are attempting to be called 
without required variables.  These are being generated from 
multiple clients of the system, and most of the pages can only be normally 
gotten to via links that include the required variables.
 

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to