If a strut application runs with log level debug, while populating a
form bean, all request parameters and their values 
are logged into a appropiate Appender (we use log4j), for instance a
logfile.

In common this is not a problem, but for instance, after a successful
form based login and a forward to
some struts action which includes a form bean, username/password are
logged into the logfile, even
If the login action itself does not define a formbean.

Is there a way to prevent the logging independent of configuration
options like log level, redirect option
In struts-config ? 

Is it really necessary to use all request parameters to fill the form
bean ? Wouldn't it be a better implementation
To check first which attributes of the appropiate form-bean are needed ?

Greetings 
Michael


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

Reply via email to