On 01/12/2019 07:11, Kushagra Bindal wrote: > Hi Manna/Mark, > > Below are the sample URL which we are passing to Tomcat. > > http://backend_tomcat:8080//sdm/restcall)(.*)/file_uploads > http://backend_tomcat:8080/sdm/restcall/v1/platform//healthCheck > > As from the above example you can see that // location may vary case by > case. > > So, you guys have a probable solution to handle such situation, then please > do let me know.
Tomcat is simply going to normalize those to single '/'. The application should be fine with that. To repeat my previous request: Can you provide more details such as: - an example request URI *and* - the <url-pattern> for the servlet you expect it to match to Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org