Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intern() the public static final String FACELET_CONTEXT_KEY = "javax.faces.FACELET_CONTEXT" constant in javax.faces.view.facelet.FaceletContext #3816

Closed
pnicolucci opened this issue Jun 1, 2018 · 0 comments
Assignees

Comments

@pnicolucci
Copy link
Member

Due to the following JSF 2.3 spec issue we need to make this change in the MyFaces implementation:

javaee/javaserverfaces-spec#1257

Current: public static final String FACELET_CONTEXT_KEY = "javax.faces.FACELET_CONTEXT";

After fix: public static final String FACELET_CONTEXT_KEY = "javax.faces.FACELET_CONTEXT".intern();

@pnicolucci pnicolucci self-assigned this Jun 1, 2018
pnicolucci added a commit to pnicolucci/open-liberty that referenced this issue Jun 1, 2018
pnicolucci added a commit to pnicolucci/open-liberty that referenced this issue Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant