Details
Description
The following logging message appears even when the view is specifically configured not to be an ICEfaces view:
INFO: ICEfaces disabled for view /nonicefaces.xhtml (h:head and h:body tags must be used)
BridgeSetup should not log anything in this case (when the configuration is explicit.)
public void processEvent(SystemEvent event) throws AbortProcessingException {
final FacesContext context = FacesContext.getCurrentInstance();
if (!EnvUtils.isICEfacesView(context)) {
if (log.isLoggable(Level.INFO)) {
log.log(Level.INFO, "ICEfaces disabled for view " + context.getViewRoot().getViewId() +
" (h:head and h:body tags must be used)");
}
return;
}
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Deryk Sinotte [ deryk.sinotte ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.0-Beta [ 10231 ] | |
| Assignee Priority | P2 |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 2.0.0 [ 10230 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 |