I have a problem with: Error parsing HTTP request header My apache tomcat 8 server is rejecting the requests of a system which I did an integration, the error is by the character account that is in the request, was taking a look and I saw that there was:
tomcat.util.http.parser.HttpParser. requestTargetAllow
I was not successful using this attribute.
I noticed that it is considered obsolete and that it now has
relaxedPathChars and relaxedQueryChars
used in the tomcat Connector but I can not find a functional example of them and I do not know how to use them in the connector, I tried to use them and I did not succeed. I need either a functional example of these attributes or some alternative, I need to accept this request anyway. I need a light!