more formatting needed. :-0
// Validate the format of the proposed document root
if ( jarPath == null )
{
throw new IllegalArgumentException( "JarPath is NULL" );
}
if ( !jarPath.startsWith("jar:") )
{
-jon
--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/> && <http://java.apache.org/turbine/>
