Tote 11:55, 8 April 2008 (EEST) Perhaps you could add a sample demonstration of custom server security check to this example. That would make this example more complete.
Tote 10:04, 16 June 2008 (EEST) I would argue with that you should panic the server in case you encountered some problems. You know, Panics are to show programming errors during the course of development and not to indicate that an error happened due to e.g. lack of resources (which is not the programmer's fault). For proper error indication, one can use the Leave mechanism or, like in this case, simply return an error.