I'm just curious about a few things in regards to the cfc servlet on OpenBD
for GAE.

When the cfc is remotely requested as in
http://simpleposting.appspot.com/testing/webservice.cfc
the renderMCDL method is called and responds with a 403 error,
are there plans to handle this case differently in the future?

My other question is whether there will be changes to error handling in the
case of missing methods?
For example
http://simpleposting.appspot.com/testing/webservice.cfc?method=sayHello
will output Hello (not very exciting I know), but
http://simpleposting.appspot.com/testing/webservice.cfc?method=methoddoesnotexist
errors as it should but completely bypasses Application.cfc onError and
onMissingMethod doesn't work either.
Should I be handling this error differently?

Lastly, are there plans for a separate issue tracker for OpenBD for GAE?

Thanks.

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to