过滤器filter统一字符编码(spring框架自带)

该过滤器的统一字符编码只针对post方式提交有效

1.web.xml配置




  Archetype Created Web Application
  
 
 
    contextConfigLocation
   
classpath:spring/applicationContext-mvc.xml,
classpath:spring/applicationContext.xml,
classpath:spring/applicationContext-dataSource.xml

 

    
  
   log4jConfigLocation  
   classpath:log4j.properties  
  
  
   org.springframework.web.util.Log4jConfigListener  



characterEncodingFilter
org.springframework.web.filter.CharacterEncodingFilter

encoding
UTF-8



characterEncodingFilter
/*

 
    springMvc
    org.springframework.web.servlet.DispatcherServlet
   
      contextConfigLocation
      classpath:spring/applicationContext-mvc.xml
   

    1
 

 
    springMvc
    /
 

 
org.springframework.web.context.ContextLoaderListener


你可能感兴趣的:(过滤器filter统一字符编码(spring框架自带))