EasyFilter

EasyFilter is a Jave Web content filtering request replacement component, Supports use properties or xml file custom filtering configuration profiles.

License

License

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easyfilter
Last Version

Last Version

2.0.2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

EasyFilter
EasyFilter is a Jave Web content filtering request replacement component, Supports use properties or xml file custom filtering configuration profiles.
Project URL

Project URL

http://easyproject.cn/easyfilter
Source Code Management

Source Code Management

https://github.com/ushelp/EasyFilter.git

Download easyfilter

How to add to project

<!-- https://jarcasting.com/artifacts/cn.easyproject/easyfilter/ -->
<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easyfilter</artifactId>
    <version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easyfilter/
implementation 'cn.easyproject:easyfilter:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easyfilter/
implementation ("cn.easyproject:easyfilter:2.0.2-RELEASE")
'cn.easyproject:easyfilter:jar:2.0.2-RELEASE'
<dependency org="cn.easyproject" name="easyfilter" rev="2.0.2-RELEASE">
  <artifact name="easyfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easyfilter', version='2.0.2-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easyfilter" % "2.0.2-RELEASE"
[cn.easyproject/easyfilter "2.0.2-RELEASE"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

EasyFilter


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

  1. 特殊字符替换(如:&lt;&gt;特殊标记,脚本等)
  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:[email protected]

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.

Versions

Version
2.0.2-RELEASE
2.0.1-RELEASE