matthiasblaesing opened a new pull request, #5530: URL: https://github.com/apache/netbeans/pull/5530
NetBeans carries an embedded httpserver, that is used for various use-cases: - view javadoc in external browser - preview result of XSLT transformation - record tomcat traffic monitor This changeset: - updates the embedded tomcat from tomcat 3.2.4 and servlet-api 2.2 to tomcat 9.0.71 and servlet-api 4.0, which are the last versions supporting the `javax` namespace - reworks the starting mechanism not to require a separate thread (partitial fix for #4952) - makes the embedded webserver visible and stoppable in the UI:  - fixes the tests and enables running them in CI/CD tests - ensures access control is established for all resources and servlets -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
