jsr372-experts@javaserverfaces-spec-public.java.net

[jsr372-experts] Possibly rename javax.faces.DISABLE_FACESSERVLET_TO_XHTML

From: Neil Griffin <neil.griffin_at_portletfaces.org>
Date: Thu, 29 Dec 2016 13:53:12 -0500

Dear Friends of JSF,

I recently added a comment to the following issue but Arjan thought that the EG mailing list was a better place for discussion:
https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1434

The context-param name and default value for issue 1434 are as follows:

<context-param>
    <param-name>javax.faces.DISABLE_FACESSERVLET_TO_XHTML</param-name>
    <param-value>false</param-name>
</context-param>

But rather than a double negative, would any of you prefer the following name and default value?

<context-param>
    <param-name>javax.faces.ENABLE_FACESSERVLET_TO_XHTML</param-name>
    <param-value>true</param-name>
</context-param>


Best Regards to all,

Neil