portal
ijackson
编程小白
展开
-
异常:Caused by: org.hibernate.MappingException: must specify an identifier type:
Caused by: org.hibernate.MappingException: must specify an identifier type: com.xycentre.otms.usermanager.model.OtmsUser at org.hibernate.cfg.HbmBinder.bindSimpleId(HbmBinder.java:418) at org.hibe原创 2009-09-25 23:14:00 · 6236 阅读 · 0 评论 -
判断登录的用户是不是具有相应的角色
例如判断登录的用户是不是admin角色:request.isUserInRole("admin")原创 2009-10-07 07:54:00 · 1213 阅读 · 0 评论 -
portal用户的登录原理
解读webapps/jello/web.xml,以及用户登录的过程:1.请求:http://localhost:8080到ROOT/index.jspindex.jsp:2.即index.jsp发送请求http://localhost:8080/jello/portal/由于/jello/web.xml中:(安全域)的url-pattern配置的是/*即:所有匹原创 2009-10-07 07:51:00 · 6540 阅读 · 0 评论