Release : 20.2
The checkbox option of Remember username & password has been disabled from the WebApp from Spectrum version 10.3.1 onwards.
But in the $SPECROOT/webtomcat/webswing/webswing.config file there was missing parameter: -ssl false
Add the -ssl false parameter in the following row:
From: "args" : "-host localhost -port 8080 -contextPort 43000 -compress 9 -model_bits 24 ${customArgs}",
To: "args" : "-host localhost -port 8080 -ssl false -contextPort 43000 -compress 9 -model_bits 24 ${customArgs}",
Stop the WebTomcat service ($SPECROOT/webtomcat/bin/stopWebTomcat.sh)
Delete the $SPECROOT/webtomcat/work/ directory
Start the WebTomcat serivce ($SPECROOT/webtomcat/bin/startWebTomcat.sh)