Re: Tomcat 9 relaxedQueryChars format

2019-11-29 Thread Robert Hicks
Yeah, I read that and I will talk to my co-admin about it. Thanks! On Fri, Nov 29, 2019 at 10:43 AM M. Manna wrote: > To clarify (along with my last reply) - what you are trying to do is not > correct. The tomcat documentation confirms that only the following are > allowed > > The HTTP/1.1

Re: Tomcat 9 relaxedQueryChars format

2019-11-29 Thread M. Manna
To clarify (along with my last reply) - what you are trying to do is not correct. The tomcat documentation confirms that only the following are allowed The HTTP/1.1 specification requires > that certain characters are %nn encoded when used in URI query

Re: Tomcat 9 relaxedQueryChars format

2019-11-29 Thread M. Manna
Robert, On Fri, 29 Nov 2019 at 15:28, Robert Hicks wrote: > What is the correct format? > > I see the following used when I do a search: > > relaxedQueryChars="[,],{,}.|" > > relaxedQueryChars="[ ] { } |" > > relaxedQueryChars="[]|{}^" > > We use that last one. I am running down this error: > >

Tomcat 9 relaxedQueryChars format

2019-11-29 Thread Robert Hicks
What is the correct format? I see the following used when I do a search: relaxedQueryChars="[,],{,}.|" relaxedQueryChars="[ ] { } |" relaxedQueryChars="[]|{}^" We use that last one. I am running down this error: java.lang.IllegalArgumentException: Invalid character found in the request