You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Tim Cronin <Ti...@autonomy.com> on 2010/08/31 18:09:31 UTC

this seems like a bug

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: jcs-users-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-users-help@jakarta.apache.org