关闭sever/slim/jbosswebtomcatsar/conf/webxml中的development模式URIEncoding=GBK 基本解决了乱码问题
安全连接配置
<!—— SSL/TLS Connector configuration using the admin devl guide keystore ——>
<Connector port= address=${jbossbindaddress}
maxThreads= strategy=ms maxHttpHeaderSize=
emptySessionPath=true
scheme=https secure=true clientAuth=false
keystoreFile=${jbossserverhomedir}/conf/chapkeystore
keystorePass=changeit sslProtocol = TLS />
[] [] [] [] []