Hello All,

How is the org.apache.myfaces.webapp.WebConfigParamsLogger.java generated?
I ask because it seems that the following is logged when
javax.faces.STATE_SAVING_METHOD is set to "Client" rather than "client":

[WARNING ] Wrong value in context init parameter
'javax.faces.STATE_SAVING_METHOD' (='Client'), using default value 'server'

However the value for javax.faces.STATE_SAVING_METHOD should not care about
case.  I see that in javax.faces.application.StateManager.java when the
parameter is actually used a "equalsIgnoresCase" is used when reading the
parameter.

I think an update is needed to ensure incorrect information is not logged
to a user.

Thoughts?

Thanks,

Paul Nicolucci

Reply via email to