https://issues.apache.org/bugzilla/show_bug.cgi?id=46655
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #8 from Mark Thomas <ma...@apache.org> 2012-03-20 23:05:18 UTC --- If you really want to go down this route (and I don't recommend it) then there are other passwords and sensitive data you'll need to protect and a generic solution is much better than a case by case approach. The generic solution (for Tomcat 7 at least) is hinted at in [1] which is to provide your own org.apache.tomcat.util.IntrospectionUtils.PropertySource implementation that can prompt for console entry at the appropriate point. For example, you may choose to set property values to "${***Prompt***}" for those that you want the user to be prompted for. [1] http://wiki.apache.org/tomcat/FAQ/Password -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org