Bug #1137
closedadd a metacat-info action
0%
Description
I think we need to add a metacat-info action so that you can send a request to
metacat and it will print selected properties from the properties file as well
as the actual metacat version that is running. I think the version is
actually the most important info that we need but other things that could be
returned are the database name, the jdbc connection string, etc. this would
be very useful for debugging.
Updated by Matt Jones over 20 years ago
FIXED. Added a "getversion" command to determine which version is running.
This does not return other information from the property file because its not
really a good idea to expose this information (e.g., the jdbc string is
sensitive information). That stuff will need to be retrieved from the
properties file by someone with access to it.