|
|
@@ -77,7 +77,7 @@ public class LoginController extends BaseController {
|
|
|
String appId = wr.getParameter("appId");
|
|
|
String spaceUU = wr.getParameter("spaceUU");
|
|
|
String username = StringUtils.trimAllWhitespace(wr.getParameter("username"));
|
|
|
- String password = StringUtils.trimAllWhitespace(wr.getParameter("password"));
|
|
|
+ String password = wr.getParameter("password");
|
|
|
String captcha = wr.getParameter("captcha");
|
|
|
String returnUrl = wr.getParameter("returnUrl");
|
|
|
String baseUrl = wr.getParameter("baseUrl");
|