Acegi在WebSphere 6.1上的问题[404 错误]
作者:huheng1234 日期:2010-04-06
部署完后,测试Acegi登陆就出了个问题,报:404错误:找不到/j_acegi_security_check
查遍了google,才发现只是在websphere6.1 fixpack3 以后的服务器上才会出现这个问题,是Acegi的过滤器不兼容的问题,幸好已经找到了解决方案
在websphere里设置com.ibm.ws.webcontainer.invokefilterscompatibility的参数为true,就可以了,具体的方法是:
查遍了google,才发现只是在websphere6.1 fixpack3 以后的服务器上才会出现这个问题,是Acegi的过滤器不兼容的问题,幸好已经找到了解决方案
在websphere里设置com.ibm.ws.webcontainer.invokefilterscompatibility的参数为true,就可以了,具体的方法是:
- 1
