You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/17 04:51:45 UTC

[GitHub] [incubator-linkis] CCweixiao opened a new issue #1494: [Bug] Linkis SSO登录Cookie丢失BUG复现(Linkis SSO login Cookie loss BUG reappears)

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: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] CCweixiao closed issue #1494: [Bug] Linkis SSO登录Cookie丢失BUG复现(Linkis SSO login Cookie loss BUG reappears)

Posted by GitBox <gi...@apache.org>.
CCweixiao closed issue #1494:
URL: https://github.com/apache/incubator-linkis/issues/1494


   


-- 
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: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org