How to integrate Spring Security and GWT?

前端 未结 7 1246
面向向阳花
面向向阳花 2021-02-07 07:24

I\'m trying to integrate Spring Security and GWT. I\'m also using gwt-incubator-security. I configured everything as it was described on their wiki pages. I managed to get secur

7条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-07 07:57

    It seems that you are missing namespace configuration in your applicationContext.xml.

    It should look like this:

    
        
    

提交回复
热议问题