Community
Participate
Working Groups
Build Identifier: Currently, terminal/shell service is running as non-login mode, users don't need to input command prompt in the Connection Properties at all. We can simply return success in login logic module for non-login mode. Reproducible: Always
Created attachment 198796 [details] remove command prompt requirement for terminal/shell service Hi, Anna I made the patch for solving the problem. For non-login mode, we can simply skip login step and return success code. Also, in the patch, I open the switch for login mode so that user can change the switch. For agent side, if user open the login service, user can also set login service in java side. It's not perfect right now, but better than none. If user needs login for terminal/shell service, he/she still needs to set command prompt. Currently, we have no way for avoiding this. Thanks a lot for your help! Any problem, just let me know! criping
Patch seems okay. Could you please edit the copyright in the file to reflect the change you made? And also could you please post a legal disclaimer here that you developed the code from scratch and are authorized by your employer to make this contribution under EPL? Thanks!
Hi, anna This small patch is for removing command prompt detect for non-login mode. This patch is developed by Liping Ke from scratch and is authorized by My employer Intel Corp. I also updated copyright section. The new patch is in the attachment. Thanks a lot for your help! criping
Created attachment 199026 [details] remove command prompt requirement for terminal/shell service update the copyright section.
Patch applied to trunk, thanks!