You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Jools Enticknap (JIRA)" <ji...@apache.org> on 2007/08/07 16:57:59 UTC

[jira] Created: (RIVER-204) LeaseUnmarshalException should verify values during deserialization

LeaseUnmarshalException should verify values during deserialization
-------------------------------------------------------------------

                 Key: RIVER-204
                 URL: https://issues.apache.org/jira/browse/RIVER-204
             Project: River
          Issue Type: Bug
          Components: net_jini_lease
            Reporter: Jools Enticknap
            Priority: Minor


LeaseUnmarshalException should perform the same verification of values during deserialization that it does in its constructors.  
The verification performed could also be made stricter--for example, it could check that the stillMarshalledLeases field (and by extension the exceptions field)
has length greater than 0 (a similar check of this sort is performed in the constructor and readObject method of net.jini.discovery.LookupUnmarshalException).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (RIVER-204) LeaseUnmarshalException should verify values during deserialization

Posted by "Peter Firmstone (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Firmstone reassigned RIVER-204:
-------------------------------------

    Assignee: Peter Firmstone

> LeaseUnmarshalException should verify values during deserialization
> -------------------------------------------------------------------
>
>                 Key: RIVER-204
>                 URL: https://issues.apache.org/jira/browse/RIVER-204
>             Project: River
>          Issue Type: Bug
>          Components: net_jini_lease
>            Reporter: Jools Enticknap
>            Assignee: Peter Firmstone
>            Priority: Minor
>
> LeaseUnmarshalException should perform the same verification of values during deserialization that it does in its constructors.  
> The verification performed could also be made stricter--for example, it could check that the stillMarshalledLeases field (and by extension the exceptions field)
> has length greater than 0 (a similar check of this sort is performed in the constructor and readObject method of net.jini.discovery.LookupUnmarshalException).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.