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 合并指标
 (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.

贡献者指南