Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
At runtime, ServletContext.getServerInfo() returns "snapshot" instead of "6.0.18" as a version number. As far as i can tell, some $version and $version.number do need to be specified at compile time to get the right numbers at runtime. Naive patch will follow. To see what is going on, see those files: ./apache-tomcat-6.0.18-src/java/org/apache/catalina/util/ServerInfo.java ./apache-tomcat-6.0.18-src/java/org/apache/catalina/util/ServerInfo.properties ./apache-tomcat-6.0.18-src/build.xml ./apache-tomcat-6.0.18-src/build.properties.default
Created an attachment (id=169138) [details] define $version and $version.number
Thank you for the bug report and the patch. Fixed in tomcat-6.0.18-r1.