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
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Assignee Priority | P2 |
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |