Skip to content

1.2.2RELEASE版本自定义加密算法 删除了EncryptionFilter(EncryptionConfig , EncryptAlgorithm )构造 #76

Description

@liuxianyi

在1.2.2RELEASE中只提供了

public EncryptionFilter(EncryptionConfig config, EncryptAlgorithm encryptAlgorithm, DispatcherServlet dispatcherServlet) {
        this.encryptionConfig = config;
        this.encryptAlgorithm = encryptAlgorithm;
        this.dispatcherServlet = dispatcherServlet;
    }

而没有提供

 public EncryptionFilter(EncryptionConfig config, EncryptAlgorithm encryptAlgorithm) {
        this.encryptionConfig = config;
        this.encryptAlgorithm = encryptAlgorithm;
    }

请问如果使用1.2.2RELEASE的话 ,DispatcherServlet实例如何获取?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions