我创建了两个模块当我尝试将表单从GWTAppAuth发送到j_spring_security_check时,什么都没有发生。"Failed to load source for:http://127.0.0.1:8888/j_spring_security_check"看起来Security不会重定向到第二个(GWTApp)。在托管模式下运行应用程序尝试访问GWTApp.htmlSpring安全性,将我重定向到GW
我在用..。springVersion = '4.1.6.RELEASE'
@EnableGlobalMethodSecurity(prePostEnabled = true)@Profile(ElmProfile.HAS_AUTHENTICATION)
public class SecurityXXX extends Web