Spring security - how to mention both form based and basic authentication

前端 未结 4 755
孤街浪徒
孤街浪徒 2020-12-24 09:16

Is it possible to mention both form-based and basic authentication in Spring security using namespace configuration without overriding other ? So that the appliciation could

4条回答
  •  情歌与酒
    2020-12-24 09:27

    It seems that it is not possible to declare both form and basic authentication using namespace configuration.

    A reference link to spring community : http://forum.springsource.org/showthread.php?t=72724&highlight=form+basic+authentication

提交回复
热议问题