Re: [10.1.4] Dots in URL

2023-03-06 Thread Martynas Jusevičius
Thanks. On Mon, 6 Mar 2023 at 13.32, Mark Thomas wrote: > On 06/03/2023 12:24, Martynas Jusevičius wrote: > > Hi, > > > > I have a JAX-RS application deployed on Tomcat. > > > > When a URL contains dots, I get a 422 Unprocessable Entity response > > which looks like it's coming from Tomcat. > >

Re: [10.1.4] Dots in URL

2023-03-06 Thread Mark Thomas
On 06/03/2023 12:24, Martynas Jusevičius wrote: Hi, I have a JAX-RS application deployed on Tomcat. When a URL contains dots, I get a 422 Unprocessable Entity response which looks like it's coming from Tomcat. When I remove the dots, the request works fine and reaches my application. Is that

[10.1.4] Dots in URL

2023-03-06 Thread Martynas Jusevičius
Hi, I have a JAX-RS application deployed on Tomcat. When a URL contains dots, I get a 422 Unprocessable Entity response which looks like it's coming from Tomcat. When I remove the dots, the request works fine and reaches my application. Is that Tomcat's behavior? Martynas