All -
This question was sent to me by a friend of mine and I honestly don't 
know what he's asking about.  Thought I'd forward it here and see if I 
could get any brilliant insight?  I know it's OT but I'm not sure where 
else to ask.

Thanks!
Hatton Humphrey
--------------------------------
Do you know anything about Securing Class Loader in Java?

Read below -

4.7.1  Java Class Loader
The Class Loader never allows a class from a less protected realm to
replace a class from a more protected realm.  The file system I/O
Primitives are all defined in a local Java class.  No class from
outside the server can replace these classes and spoof Java code into using
malicious versions of these primitives.  Classes in one realm cannot
call upon the methods of classes in other realms.  This means that the
local server cannot use other file system I/O unless it is authorized.


* The Class Loader will be implemented so that only classes that
exist on the local web server host can run.


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to