From 5b759b7ca761528fa306f8d6dba031b755c31ff2 Mon Sep 17 00:00:00 2001 From: Carlos Lisandra Osborne Date: Mon, 9 Mar 2020 13:20:50 +0100 Subject: [PATCH] remove packaged response.exit --- git | 0 ...kspec => kong-plugin-jwt-auth-token-validate-2.2.1-0.rockspec | 0 kong/plugins/jwt-auth-token-validate/handler.lua | 1 - 3 files changed, 1 deletion(-) create mode 100644 git rename kong-plugin-jwt-auth-token-validate-2.2-0.rockspec => kong-plugin-jwt-auth-token-validate-2.2.1-0.rockspec (100%) diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/kong-plugin-jwt-auth-token-validate-2.2-0.rockspec b/kong-plugin-jwt-auth-token-validate-2.2.1-0.rockspec similarity index 100% rename from kong-plugin-jwt-auth-token-validate-2.2-0.rockspec rename to kong-plugin-jwt-auth-token-validate-2.2.1-0.rockspec diff --git a/kong/plugins/jwt-auth-token-validate/handler.lua b/kong/plugins/jwt-auth-token-validate/handler.lua index 2079ef4..58c882d 100644 --- a/kong/plugins/jwt-auth-token-validate/handler.lua +++ b/kong/plugins/jwt-auth-token-validate/handler.lua @@ -1,5 +1,4 @@ local BasePlugin = require "kong.plugins.base_plugin" -local responses = require "kong.response.exit" local constants = require "kong.constants" local jwt_decoder = require "kong.plugins.jwt.jwt_parser" local ngx_re_gmatch = ngx.re.gmatch