sofastack/sofa-hessian

Change NameBlackListFilter to native API of hessian.

Offen

#36 geöffnet am 28.02.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (60 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (153 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide