How to disable the appending of trailing slash when client requests for the
application root context ?
Apache Tomcat Version : 9.0.65
I have a sample folder in the webapps. When I access the sample
application via http://localhost:8080/sample . Then it is redirecting to
http://localhost:8080/sa
I do not dare to uninstall Java 17 and 11 to reproduce the former error.
Anyway, I'll try to explain what has happened when migrating the
development of a Netbeans java servlet app project using Tomcat 10 from
Windows 10 to Windows 11:
Initially, a *java.lang.NoSuchMethodError: java.net.URLEncode