文件名称:servlet
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 叶**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Servlet过滤器
用用户请求进行统一认证(如:限制IP、不允许黑名单中用户访问)
对用户请求进行记录、审核(如:写入日志等)
对用户发送的数据进行过滤或替换(如:过滤不良信息等)
转换图像格式
对响应内容进行压缩,减少传输量
对请求、响应内容进行加密、解密操作-Servlet Filters are used to a user request for a unified authentication (such as: restrictions on IP, the blacklist does not allow users to access) to a user request records, audits (such as: write to the log, etc.) to send the data to the user to filter or replace (for example: Filter bad information, etc.) convert image formats compress the response content to reduce the transmission rate on request, to respond to the content encryption, decryption operations
用用户请求进行统一认证(如:限制IP、不允许黑名单中用户访问)
对用户请求进行记录、审核(如:写入日志等)
对用户发送的数据进行过滤或替换(如:过滤不良信息等)
转换图像格式
对响应内容进行压缩,减少传输量
对请求、响应内容进行加密、解密操作-Servlet Filters are used to a user request for a unified authentication (such as: restrictions on IP, the blacklist does not allow users to access) to a user request records, audits (such as: write to the log, etc.) to send the data to the user to filter or replace (for example: Filter bad information, etc.) convert image formats compress the response content to reduce the transmission rate on request, to respond to the content encryption, decryption operations
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab9_1源程序\.classpath
............\.mymetadata
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\src\FirstFilter.java
............\WebRoot\index.jsp
............\.......\META-INF\MANIFEST.MF
............\.......\test.html
............\.......\WEB-INF\classes\FirstFilter.class
............\.......\.......\web.xml
............\.......\.......\classes
............\.......\.......\lib
............\.......\META-INF
............\.......\WEB-INF
............\.myeclipse
............\.settings
............\src
............\WebRoot
lab9_1源程序
............\.mymetadata
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\src\FirstFilter.java
............\WebRoot\index.jsp
............\.......\META-INF\MANIFEST.MF
............\.......\test.html
............\.......\WEB-INF\classes\FirstFilter.class
............\.......\.......\web.xml
............\.......\.......\classes
............\.......\.......\lib
............\.......\META-INF
............\.......\WEB-INF
............\.myeclipse
............\.settings
............\src
............\WebRoot
lab9_1源程序