该文档建议用户名/密码字段必须具有特定名称:-
http://docs.spring.io/spring-security/site/docs/3.2.0.CI-
SNAPSHOT/reference/htmlsingle/#jc
用户名必须作为名为username的HTTP参数存在
密码必须作为名为password的HTTP参数存在
试试看,看看是否可行?

该文档建议用户名/密码字段必须具有特定名称:-
http://docs.spring.io/spring-security/site/docs/3.2.0.CI-
SNAPSHOT/reference/htmlsingle/#jc
用户名必须作为名为username的HTTP参数存在
密码必须作为名为password的HTTP参数存在
试试看,看看是否可行?