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

Set FACELETS_REFRESH_PERIOD to -1 if project stage is Production #936

Closed
eclipse-faces-bot opened this issue Jan 31, 2011 · 6 comments
Closed

Comments

@eclipse-faces-bot
Copy link

In most common cases there not need to reload Facelet from .xhtml in production
environment. Currently FACELETS_REFRESH_PERIOD has value 2 (if it is not set
explicitly) even in production - for simplification of configuration managenent
it should be set to -1 like:

if (refreshParam == null && stage == production)
refreshPeriod = -1
else
refreshPeriod = refreshParam

Affected Versions

[2.2 Sprint 8]

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Reported by rogerk

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Issue-Links:
is related to
JAVASERVERFACES-3787

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
Set priority to baseline ahead of JSF 2.3 triage. Priorities will be assigned accurately after this exercise.

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Marked as fixed on Tuesday, February 24th 2015, 3:38:49 pm

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-936

@eclipse-faces-bot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant