sofastack/sofa-hessian

Change NameBlackListFilter to native API of hessian.

Ouverte

#36 ouverte le 28 févr. 2019

 (0 commentaire) (0 réaction) (0 personne assignée)Java (60 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (153 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

There is a new API from hessian-4.0.51 and improved in hessian-4.0.60.

public class ClassFactory
{
    private static ArrayList<Allow> _staticAllowList;

    private ClassLoader             _loader;
    private boolean                 _isWhitelist;

    private ArrayList<Allow>        _allowList;

We can change to native API for better compatibility.

Guide contributeur