In IndexedDiskCacheAttributes (from jad)
public AuxiliaryCacheAttributes copy()
{
try
{
return (AuxiliaryCacheAttributes)clone();
}
catch(Exception e)
{
return this;
}
}
Would expect that CloneNotSupportedException means the system is
foobared but
With any other exception returning "this" could create even more
problems and
Not be easily tracked down.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]