RE: Tomcat 9.0.65 trailing slashes redirects

2022-12-22 Thread alik alikov
private Context addWebapp(final Host host, final String url, final String name, final String path, final PluginDescriptor pluginDescriptor, final AddContextListener contextAddListened) { silence(host, url); final PluginManager manager = PluginManager.lookup(getClass().getClassLoader()); final

RE: Tomcat 9.0.65

2022-12-22 Thread alik alikov
. 21.12.2022, 13:38, Tomcat Users List < mailto:users@tomcat.apache.org users@tomcat.apache.org > Main lundagrossisten site lundagrossisten.se web application 1 0 client-error-logging-servlet com.gridnine.platform.server.lundase.web.servlet.ClientErrorLoggingServlet

Re: Embedded Tomcat 9.0.x Classpath Modification Migrating From Java 8 to 17

2022-12-22 Thread Tim N
> This should be unnecessary. The classes in that package should be > included in tomcat-embed-core Nice - thanks. I was reading and using the catalina code, but after trimming down my code it no longer needs that dependency. Do you think this thread is useful info for any Tomcat-embedded Java

RE: Tomcat 9.0.65

2022-12-22 Thread alik alikov
And sometimes I don't see your message when I opened them 21.12.2022, 13:38, Mark Thomas < mailto:ma...@apache.org ma...@apache.org >

RE: Tomcat 9.0.65

2022-12-22 Thread alik alikov
Hello can I attach the files to these messages? 21.12.2022, 13:38, Mark Thomas < mailto:ma...@apache.org ma...@apache.org >

Re: Embedded Tomcat 9.0.x Classpath Modification Migrating From Java 8 to 17

2022-12-22 Thread Mark Thomas
On 21/12/2022 22:37, Tim N wrote: This was fixed by adding "--add-opens=java.base/java.lang=ALL-UNNAMED". Now all applications are running, and various other issues have been fixed by other "--add-opens" arguments. So these and the last couple of issues are related to Java 17 and not the