
SpringSide
zhengzhuangjie
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决SpringSide 3.2.2用户注册后自动登录问题
首先,客户端登录时密码在客户端通过MD5加密,在CustomAuthenticationProcessingFilter中验证时不需要加密。 用户登录页面: <script src="${ctx}/js/jquery.js" type="text/javascript"></script><script src="${ctx}/js/jquery.sha1.j...原创 2012-02-09 15:11:38 · 160 阅读 · 0 评论 -
使用struts2 redirect跳转不同命名空间方法
springsecurity教程 http://docs.oracle.com/javaee/1.4/tutorial/doc/Security5.html http://lebuqi.com/forum.php?mod=viewthread&tid=22 http://code.google.com/p/family168/ 在使用struts2 redirect跳转...原创 2012-10-30 23:38:47 · 270 阅读 · 0 评论