-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
5.8.1.GA
-
None
-
False
-
None
-
False
-
-
The tomcat version output for 5.8.1 is unchanged and does not match the version.txt:
./catalina.sh version
Server version: Apache Tomcat/9.0.87.redhat-00003
Server built: Mar 11 2024 10:12:34 UTC
Server number: 9.0.87.redhat-00003
OS Name: Linux
OS Version: 6.10.8-200.fc40.x86_64
Architecture: amd64
JVM Version: 1.8.0_422-b05
JVM Vendor: Red Hat, Inc.
cat ../../version.txt
Red Hat JBoss Web Server - Version 5.8 SP1
Java Components:
Apache Tomcat 9.0.87-5.redhat_00005.1.el7jws
Tomcat Vault 1.1.8-4.Final_redhat_00004.1.el7jws
JBoss mod_cluster 1.4.5-1.Final_redhat_00001.1.el7jws
Native Components:
Apache Tomcat Native 1.2.31-17.redhat_17.el7jws
Apache Portable Runtime (APR) 1.7.0-8.el7jbcs
OpenSSL 1.1.1k-17.el7jbcs
This is because 5.8.1 only provides an updated tomcat/lib/tomcat-coyote.jar. So the tomcat/lib/catalina.jar and the version info it provides in its org/apache/catalina/util/ServerInfo.properties file is not updated. Would we want to always provide an updated catalina.jar for updated version output?
- duplicates
-
JWS-3358 ServerInfo was not updated in 5.8.1 release
- New