DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31972>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31972 PropertyHelper data members should be protected, not private Summary: PropertyHelper data members should be protected, not private Product: Ant Version: 1.6.2 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a requirement to obsfucate passwords from being printed into debug logs. I am trying to use the ant.PropertyHelper reference to use a custom PropertyHelper to satisfy this requirement by overriding the various "set*Property" methods & checking if the property name matches a certain regex. If the name matches the regex then the actual password value is not logged. Unfortunately the maps used to store the properties in PropertyHelper are all marked private, so my PropertyHelper extension class can not access them. It would be helpful if these members (e.g. "properties", "userProperties" and "inheritedProperties") could be made protected rather than private. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]