Not sure if this is the correct place to post this,
let me know if I
shouold post to Apache ANT list.

The ANT JunitReport task includes all properties that
were defined at
the time of the test.  If any of these properties
contain security
information (userid, password, ...) that was needed
for any part of
the overall build, these values become public
information when the
JunitReport is published.

Suggestion:
JunitReport should take a nested element, perhaps
regular expressions,
that allow the developer to filter/remove individual
properties so
they do not appear in the generated HTML documents.

Current Avoidance:
I'm using <replaceregexp> ANT task to modify the input
xml files for now.

Michael Giroux

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to