CCweixiao opened a new issue #1494: URL: https://github.com/apache/incubator-linkis/issues/1494
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-service-gateway ### What happened + What you expected to happen SSO 登录之后,Cookie丢失,登录用户的Cookie后端保存后没带回给前端,0.11的修复见https://github.com/apache/incubator-linkis/issues/489 SSO login after the Cookie is missing, the logged in user's cookies didn't back to the front, end after repair see https://github.com/apache/incubator-linkis/issues/489 0.11 ### Relevent platform Mac OS and Google Brower ### Reproduction script ```java else if(GatewayConfiguration.ENABLE_SSO_LOGIN.getValue) { val user = SSOInterceptor.getSSOInterceptor.getUser(gatewayContext) info(s"Current login SSO user is $user") if(StringUtils.isNotBlank(user)) { // GatewaySSOUtils.setLoginUser(gatewayContext.getRequest, user) GatewaySSOUtils.setLoginUser(gatewayContext, user) true } ``` ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
