This is an automated email from the ASF dual-hosted git repository. isapir pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 6c71eb3 BZ 64660. Avoid NPE in APREndpoint. new b1b02e0 Extracted CSS styles to external file for better code mainenance new 0d6e2cc Added changelog entry for b1b02e0662 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/catalina/manager/Constants.java | 79 +----------- .../catalina/manager/HTMLManagerServlet.java | 11 +- .../apache/catalina/manager/StatusTransformer.java | 4 +- .../manager/host/HTMLHostManagerServlet.java | 11 +- webapps/docs/changelog.xml | 4 + webapps/manager/css/manager.css | 141 +++++++++++++++++++++ webapps/manager/images/tomcat.gif | Bin 2066 -> 0 bytes webapps/{ROOT => manager/images}/tomcat.svg | 0 8 files changed, 165 insertions(+), 85 deletions(-) create mode 100644 webapps/manager/css/manager.css delete mode 100644 webapps/manager/images/tomcat.gif copy webapps/{ROOT => manager/images}/tomcat.svg (100%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org