C'était lorsque je développais un servlet avec Tomcat 8.5.37. Tout à coup
note: further occurrences of http header parsing errors will be logged at debug level.
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:428)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol
Erreur est survenue. À ce moment-là https://localhost:8080/プロジェクト名 J'y accédais avec, mais je l'ai résolu en changeant cela en http: //.
référence: https://stackoverflow.com/questions/42218237/java-lang-illegalargumentexception-invalid-character-found-in-method-name-http
Recommended Posts