Author: kkolinko
Date: Tue Oct 21 11:35:35 2014
New Revision: 1633346
URL: http://svn.apache.org/r1633346
Log:
Update changelog for BZ 47919 per r1630407
It logs not just key env vars, but all of them, and logs command line arguments.
I am emphasizing CATALINA_OPTS, JAVA_OPTS, as that may be a security concern
for somebody.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1633346&r1=1633345&r2=1633346&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Oct 21 11:35:35 2014
@@ -60,8 +60,10 @@
</add>
<add>
<bug>47919</bug>: Extend the information logged when Tomcat starts to
- optionally include (disabled by default) the values of key environment
- variables. (markt)
+ optionally log the values of command line arguments (enabled by
+ default) and environment variables (disabled by default). Note that
+ the values added to CATALINA_OPTS and JAVA_OPTS environment variables
+ will be logged, as they are used to build up the command line. (markt)
</add>
<add>
<bug>49939</bug>: Expose the method that clears the static resource
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]