Skip to content

tomcat

请求目标的无效字符

在请求目标中找到无效字符,有效字符在RFC 7230和RFC3986中定义

xml
	<Connector port="8080" protocol="org.apache.coyote.http11.Http11AprProtocol"
					URIEncoding="utf-8"
					connectionTimeout="20000"
					redirectPort="8443"
 				 	relaxedPathChars="\;^`|{}[],%"
 				 	relaxedQueryChars="\;^`|{}[],%" />
  • RFC3986中指定了以下字符为保留字符:! * ’ ( ) ; : @ & = + $ , / ? # [ ]