Question:
FacesContext.getCurrentInstance().getApplication().getProjectStage()
is the normal way to get a hold of the ProjectStage... however, in a
Filter, FacesContext is not available (unless you build it.) What is
the preferred way to access the project stage in a Servlet Filter?
Thanks.
Lincoln