JBoss 7 AS解決url提交數據亂碼的問題:apache
打開jboss-as-7.1.1.Final\standalone\configuration\standalone.xml文件,在<extensions/>節點後面加入:url
<system-properties> <property name="org.apache.catalina.connector.URI_ENCODING" value="UTF-8"/> <property name="org.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING" value="true"/> </system-properties>