> But even if there was only ever the request thread, you still would > have to be concerned about the SecurityManager reloading even during > mid thread execution since the SM instance is a shared application > singleton - a proxy with a hot swappable target source would probably > safely handle this switch, even when concurrent requests are > executing. Add in the above associateWith mechanisms, and you'll need > this safety for sure if you can dynamically substitute the SM at > runtime.
OK, got it. Thanks for the info. Hot-swappable proxy it is! Peter
