/tpmcat-9-request-parsing-error Secret
Created
July 20, 2018 13:42
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20-Jul-2018 14:18:57.243 INFORMATION [http-nio-8080-exec-3] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header | |
| Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. | |
| java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 | |
| at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:463) | |
| at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:298) | |
| at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) | |
| at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:754) | |
| at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1385) | |
| at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
| at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) | |
| at java.lang.Thread.run(Thread.java:745) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment