Re: RFR 8185346 : Relax RMI Registry Serial Filter to allow arrays of any type

2017-08-03 Thread Seán Coffey
Looks fine to me Roger. Thanks for handling. Should the testcase get an @bug tag ? regards, Sean. On 03/08/2017 15:25, Roger Riggs wrote: Please review a relaxation of the serial filter checks on the RMI Registry. Arrays of any type are serializable and do not pose a risk except based on

Re: RFR 8185346 : Relax RMI Registry Serial Filter to allow arrays of any type

2017-08-03 Thread Daniel Fuchs
Hi Roger, Looks good to me. best regards, -- daniel On 03/08/2017 15:25, Roger Riggs wrote: Please review a relaxation of the serial filter checks on the RMI Registry. Arrays of any type are serializable and do not pose a risk except based on the array size, which is checked by the

RFR 8185346 : Relax RMI Registry Serial Filter to allow arrays of any type

2017-08-03 Thread Roger Riggs
Please review a relaxation of the serial filter checks on the RMI Registry. Arrays of any type are serializable and do not pose a risk except based on the array size, which is checked by the maxarray limit. Objects inserted in the array are checked Individually. The filter is modified to