You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/04/19 03:11:51 UTC

[pulsar] branch master updated (36c3bc3 -> 889b9b8)

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

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 36c3bc3  [Transaction] Tc recover handle transaction in committing and aborting status . (#10179)
     add 889b9b8  [Issue 10221] Fix authorization error while using proxy and `Prefix` subscription authentication mode (#10226)

No new revisions were added by this update.

Summary of changes:
 .../authorization/PulsarAuthorizationProvider.java |  18 +-
 .../server/ProxyWithJwtAuthorizationTest.java      | 286 +++++++++++++++++++++
 2 files changed, 297 insertions(+), 7 deletions(-)
 create mode 100644 pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyWithJwtAuthorizationTest.java