You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/02/29 15:43:44 UTC

[incubator-iotdb] branch http updated (fb25780 -> a97cdcb)

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

geniuspig pushed a change to branch http
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from fb25780  Update RestTest.java
     add a97cdcb  add Authorization.

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/rest/controller/RestController.java   |  32 +------
 .../iotdb/db/rest/filter/AuthenticationFilter.java | 102 +++++++++++++++++++++
 .../org/apache/iotdb/db/rest/util/RestUtil.java    |   2 +
 .../org/apache/iotdb/db/service/RestService.java   |   2 +-
 .../java/org/apache/iotdb/db/rest/RestTest.java    |   5 +-
 5 files changed, 114 insertions(+), 29 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/rest/filter/AuthenticationFilter.java