sofastack/sofa-hessian

Change NameBlackListFilter to native API of hessian.

開放

#36 建立於 2019年2月28日

 (0 則留言) (0 個反應) (0 位負責人)Java (60 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (153 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南