Skip to content

ushelp/EasyFilter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 

EasyFilter


EasyFilter是一个Jave Web请求内容过滤替换组件,能够对用户请求中的以下信息进行过滤替换:

  1. 特殊字符替换(如:<>特殊标记,脚本等)
  2. 非法关键字替换(如:网络系统中国情不允许的特殊关键词)
  3. SQL防注入过滤(如:%,*,or,delete,and等等SQL特殊关键字)

支持使用properties或xml配置文件自定义过滤配置。

使用手册-中文

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

Maven

<dependency>
	<groupId>cn.easyproject</groupId>
	<artifactId>easyfilter</artifactId>
	<version>2.0.2-RELEASE</version>
</dependency>

官方主页

留言评论

[The official home page](http://www.easyproject.cn/easyfilter/en/index.jsp The official home page')

Comments

End

Email:inthinkcolor@gmail.com

http://www.easyproject.cn

Donation/捐助:


支付宝/微信/QQ/云闪付/PayPal 扫码支付
支付宝/微信/QQ/云闪付/PayPal

我们相信,每个人的点滴贡献,都将是推动产生更多、更好免费开源产品的一大步。

感谢慷慨捐助,以支持服务器运行和鼓励更多社区成员。

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.

About

Jave Web请求内容过滤替换组件. Jave Web content filtering request replacement component

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages