You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mike Kienenberger <mk...@gmail.com> on 2015/04/28 18:39:47 UTC

Re: How is org.apache.myfaces.webapp.WebConfigParamsLogger.java generated?

Paul,

Did you ever make any progress on this issue?


On Thu, Mar 19, 2015 at 4:14 PM, Paul Nicolucci <pn...@us.ibm.com> wrote:
> 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

Re: How is org.apache.myfaces.webapp.WebConfigParamsLogger.java generated?

Posted by Paul Nicolucci <pn...@us.ibm.com>.
Hey Mike,

Yes I'm all set.  The issue was resolved here:
https://issues.apache.org/jira/browse/MYFACES-3977

Thanks,

Paul Nicolucci




From:	Mike Kienenberger <mk...@gmail.com>
To:	MyFaces Development <de...@myfaces.apache.org>
Date:	04/28/2015 12:50 PM
Subject:	Re: How is org.apache.myfaces.webapp.WebConfigParamsLogger.java
            generated?



Paul,

Did you ever make any progress on this issue?


On Thu, Mar 19, 2015 at 4:14 PM, Paul Nicolucci <pn...@us.ibm.com>
wrote:
> 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