Open GoogleCodeExporter opened 9 years ago
There is already a boolean property called "ESAPI.printProperties"
that does what the first cuggestd option (General.PrintConfiguration)
would do. People may have never noticed it because I had it default
to 'true' for backward compatibility reasons. However it is set to
'false' in src/test/resources/.esapi/ESAPI.properties so the ESAPI
properties don't print out over and over again while running the
ESAPI JUnit tests. I just found it too annoying to having to go through
that all that output over and over again. It made it difficult to find
find some specific console output that output that you *were* looking
for. I figured backward compatibility would not be an issue with the
JUnit tests which is why it is set to 'false' for the tests but 'true'
for the main source tree that is deployed with the ESAPI jar.
Original comment by kevin.w.wall@gmail.com
on 25 Jan 2010 at 2:04
Original comment by manico.james@gmail.com
on 25 Jan 2010 at 10:19
Original comment by manico.james@gmail.com
on 1 Nov 2010 at 1:23
Original comment by chrisisbeef
on 20 Nov 2010 at 10:02
Original comment by manico.james@gmail.com
on 29 May 2012 at 3:24
Original issue reported on code.google.com by
manico.james@gmail.com
on 25 Jan 2010 at 1:11