Skip to content

Token Auth By Cookie NullPointerException #535

@cumtcwf

Description

@cumtcwf

error code class:package com.webank.wedatasphere.linkis.gateway.security.token.TokenAuthentication

def tokenAuth(gatewayContext: GatewayContext): Boolean = {
    ...
    var token = gatewayContext.getRequest.getHeaders.get(TOKEN_KEY)(0)
    var tokenUser = gatewayContext.getRequest.getHeaders.get(TOKEN_USER_KEY)(0)
    ...
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions