-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
readme.md
73 lines (40 loc) · 2.37 KB
/
readme.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# EasyFilter
---------------
EasyFilter是一个Jave Web请求内容过滤替换组件,能够对用户请求中的以下信息进行过滤替换:
1. 特殊字符替换(如:`<`,`>`特殊标记,脚本等)
2. 非法关键字替换(如:网络系统中国情不允许的特殊关键词)
3. SQL防注入过滤(如:`%`,`*`,`or`,`delete`,`and`等等SQL特殊关键字)
支持使用properties或xml配置文件自定义过滤配置。
[使用手册-中文](doc/readme-zh.md)
EasyFilter is a Jave Web content filtering request replacement component, the user can request the following information to filter replacement:
1. Replace special characters (eg: `& lt;`, `& gt;` special mark, scripts, etc.)
2. Illegal keyword substitution (eg: network system does not allow the special keyword)
3. SQL-injection filter (eg: `%`, `*`, `or`,` delete`, `and` SQL special keyword)
Supports use properties or xml file custom filtering configuration profiles.
[Manual-English](doc/readme-en.md)
## Maven
```XML
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easyfilter</artifactId>
<version>2.0.2-RELEASE</version>
</dependency>
```
##
[官方主页](http://www.easyproject.cn/easyfilter/zh-cn/index.jsp '官方主页')
[留言评论](http://www.easyproject.cn/easyfilter/zh-cn/index.jsp#donation '留言评论')
[The official home page](http://www.easyproject.cn/easyfilter/en/index.jsp The official home page')
[Comments](http://www.easyproject.cn/easyfilter/en/index.jsp#donation 'Comments')
## End
Email:<inthinkcolor@gmail.com>
[http://www.easyproject.cn](http://www.easyproject.cn "EasyProject Home")
**Donation/捐助:**
<a href="http://www.easyproject.cn/donation">
<img alt="
支付宝/微信/QQ/云闪付/PayPal 扫码支付" src="http://www.easyproject.cn/thanks/donation.png" title="支付宝/微信/QQ/云闪付/PayPal 扫码支付" height="320" width="320"></img></a>
<div>支付宝/微信/QQ/云闪付/PayPal</div>
<br/>
我们相信,每个人的点滴贡献,都将是推动产生更多、更好免费开源产品的一大步。
**感谢慷慨捐助,以支持服务器运行和鼓励更多社区成员。**
We believe that the contribution of each bit by bit, will be driven to produce more and better free and open source products a big step.
**Thank you donation to support the server running and encourage more community members.**