博客
关于我
web.xml文件中的encodingFilter编码配置
阅读量:165 次
发布时间:2019-02-28

本文共 380 字,大约阅读时间需要 1 分钟。

参考

代码

encodingFilter      org.springframework.web.filter.CharacterEncodingFilter          encoding    UTF-8           forceEncoding    true

字符编码-----用于指定一个具体的字符集

forceEncoding-------Spring早期版本中这个参数作用较为单一,当request中已有字符集设置时,是否再将指定的字符集设置到request中。举例说明:若过滤器如上配置在web.xml中,则在请求提交后,过滤器会检查request.getCharacterEncoding()是否为null。若为null,则执行request.setCharacterEncoding("UTF-8")操作;否则,不执行任何设置。

转载地址:http://ribn.baihongyu.com/

你可能感兴趣的文章
No new migrations found. Your system is up-to-date.
查看>>
No qualifying bean of type XXX found for dependency XXX.
查看>>
No qualifying bean of type ‘com.netflix.discovery.AbstractDiscoveryClientOptionalArgs<?>‘ available
查看>>
No resource identifier found for attribute 'srcCompat' in package的解决办法
查看>>
no session found for current thread
查看>>
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
查看>>
NO.23 ZenTaoPHP目录结构
查看>>
no1
查看>>
NO32 网络层次及OSI7层模型--TCP三次握手四次断开--子网划分
查看>>
NOAA(美国海洋和大气管理局)气象数据获取与POI点数据获取
查看>>
NoClassDefFoundError: org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata
查看>>
node exporter完整版
查看>>
Node JS: < 一> 初识Node JS
查看>>
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime(72)
查看>>
Node 裁切图片的方法
查看>>
Node+Express连接mysql实现增删改查
查看>>
node, nvm, npm,pnpm,以前简单的前端环境为什么越来越复杂
查看>>
Node-RED中Button按钮组件和TextInput文字输入组件的使用
查看>>
Node-RED中Switch开关和Dropdown选择组件的使用
查看>>
Node-RED中使用html节点爬取HTML网页资料之爬取Node-RED的最新版本
查看>>