> Because I need the Class so i can check for the presence of an annotation > (@InternalPage). If that annotation is present, only internal requests from > 10.x.x.x are allowed. Otherwise a 403 (Forbidden) will be generated. > > Obviously i can control access with Apache, or a ServletFilter..heck for > that matter in the Page constructor itself. I feel the better solution is > with my annotation and before the Page constructor is called.
How about using an authorization strategy? If I understand you correctly, that's written exactly for the stuff you're trying to do here. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
