You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ma...@apache.org on 2021/11/07 10:53:24 UTC

[dubbo-go-pixiu] 18/21: Merge pull request #282 from baerwang/develop

This is an automated email from the ASF dual-hosted git repository.

mark4z pushed a commit to branch 0.4.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git

commit d5c973020f16c02a3676bed95d2bb4609c5c18f3
Merge: 0644bd4 f602630
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Wed Oct 27 13:36:59 2021 +0800

    Merge pull request #282 from baerwang/develop
    
    add:csrf
    Former-commit-id: 495aa90886d28c2aaf6fa49d9bffb2bd8e62dd8d

 pkg/common/constant/key.go                     |   1 +
 pkg/filter/csrf/csrf.go                        | 144 +++++++++++++++++++++++++
 pkg/pluginregistry/registry.go                 |   1 +
 samples/dubbogo/simple/csrf/pixiu/conf.yaml    |  78 ++++++++++++++
 samples/dubbogo/simple/csrf/server/server.go   |  42 ++++++++
 samples/dubbogo/simple/csrf/test/pixiu_test.go |  82 ++++++++++++++
 6 files changed, 348 insertions(+)