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

ExternalContext.getRealPath() on startup and shutdown #821

Closed
eclipse-faces-bot opened this issue Jun 21, 2010 · 13 comments
Closed

ExternalContext.getRealPath() on startup and shutdown #821

eclipse-faces-bot opened this issue Jun 21, 2010 · 13 comments

Comments

@eclipse-faces-bot
Copy link

Looking at the methods which are valid to be called on application startup or
shutdown on ExternalContext, it seems like it was forgotten to include
getRealPath(String path), because all methods which are valid to be called only
rely on the ServletContext and this one also only relies on the ServletContext
(or on the PortletContext in a Portlet environment).

However since the behavior of all methods which are not documented as "valid to
call this method during application startup or shutdown" is undefined, it is
valid to implement this method also for startup and shutdown in JSF 2.0, but it
should be added in the spec javadoc that this one must be available for startup
and shutdown.

Environment

Operating System: All
Platform: All

Affected Versions

[2.0]

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Reported by jakobkorherr

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Issue-Links:
is blocked by
JAVASERVERFACES-3794
is duplicated by
JAVASERVERFACES_SPEC_PUBLIC-1009

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
edburns

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
triage

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
2.1

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
GlassFish 3.1 M6 at the latest.

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
Move these to M5

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
@edburns said:
Move these to 2.2

@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
@manfredriem said:
Setting priority to Minor

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Marked as fixed on Wednesday, February 25th 2015, 12:01:28 pm

@eclipse-faces-bot
Copy link
Author

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

@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