Displaying 2 results from an estimated 2 matches for "http11inputbuff".
Did you mean:
http11inputbuffer
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
...to be the encoding of the braces. Indeed
in the tomcat 8 logs, I find the following which seems to corroborate
my hypothesis:
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:467)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:667)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:7...
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
...he braces. Indeed
> in the tomcat 8 logs, I find the following which seems to corroborate
> my hypothesis:
>
> 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:467)
> at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:667)
> at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
> at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(Abstract...