you do realize that this renders any protection offered by proxies absolutely useless. Thhis and the invocationhandler were deliberately made package access.
On Sat, 1 Mar 2003 03:16, [EMAIL PROTECTED] wrote: > proyal 2003/02/28 08:16:42 > > Modified: fortress/src/java/org/apache/avalon/fortress/impl/handler > ProxyHelper.java > Log: > Make public so extended containers can use the class > > Revision Changes Path > 1.3 +1 -1 > avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/ >ProxyHelper.java > > Index: ProxyHelper.java > =================================================================== > RCS file: > /home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/imp >l/handler/ProxyHelper.java,v retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- ProxyHelper.java 25 Feb 2003 16:28:26 -0000 1.2 > +++ ProxyHelper.java 28 Feb 2003 16:16:41 -0000 1.3 > @@ -82,7 +82,7 @@ > * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> > * @author <a href="mailto:peter at apache.org">Peter Donald</a> > */ > -final class ProxyHelper > +public final class ProxyHelper > { > /** > * The list interfaces that will not be proxied. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Cheers, Peter Donald ------------------------------------------------------------- | Egoism is the drug that soothes the pain of stupidity. | ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
