手机号验证增加199号码段;修正部分功能xss漏洞;
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
//@Service
|
||||
//public class MenuServiceImpl extends MenuServiceSupport {
|
||||
//
|
||||
// public MenuServiceExtendImpl() {
|
||||
// public MenuServiceImpl() {
|
||||
// this.entityClass = Menu.class;
|
||||
// }
|
||||
//
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
//@Service
|
||||
//public class RoleServiceImpl extends RoleServiceSupport {
|
||||
//
|
||||
// public RoleServiceExtendImpl() {
|
||||
// public RoleServiceImpl() {
|
||||
// this.entityClass = Role.class;
|
||||
// }
|
||||
//
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
//@Service
|
||||
//public class UserServiceImpl extends UserServiceSupport {
|
||||
//
|
||||
// public UserServiceExtendImpl() {
|
||||
// public UserServiceImpl() {
|
||||
// this.entityClass = User.class;
|
||||
// }
|
||||
//
|
||||
|
||||
@@ -90,8 +90,9 @@ FNP.reg = org.beetl.ext.fn.RegxFunctionUtil
|
||||
FNP.array = org.beetl.ext.fn.ArrayUtil
|
||||
|
||||
##内置的格式化函数
|
||||
FT.dateFormat = org.beetl.ext.format.DateFormat
|
||||
FT.numberFormat = org.beetl.ext.format.NumberFormat
|
||||
FT.dateFormat = org.beetl.ext.format.DateFormat
|
||||
FT.numberFormat = org.beetl.ext.format.NumberFormat
|
||||
FT.xss = com.jeesite.common.beetl.ext.format.XssFormat
|
||||
|
||||
##内置的默认格式化函数
|
||||
FTC.java.util.Date = org.beetl.ext.format.DateFormat
|
||||
|
||||
Reference in New Issue
Block a user