sofastack/sofa-hessian

Change NameBlackListFilter to native API of hessian.

オープン

#36 opened on 2019/02/28

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (60 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (153 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド