Proxy   Server   Demo 
 
 
Class   Substitution

We are using a proxy to modify Java class files(in Java bytecode format) sent by
a web server, in an attempt to put restrictions on applets. The basic approach is
to substitute reference to one class with reference to a more restrictive class.
 
   
 
 
Back to Pleiades Project Home Page