Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P05
-
Fix Version/s: EE-3.3.0.GA_P06
-
Component/s: ACE-Components, ICE-Components
-
Labels:None
-
Environment:ace ice
-
Support Case References:Support Case 14271:- https://icesoft.my.salesforce.com/5000g00001q7LYm?srPos=0&srKp=500
Description
see attached test case.
<ice:outputLink disabled="true"/> and
<context-param>
<param-name>org.icefaces.mandatoryResourceConfiguration</param-name>
<param-value>fileEntry</param-value>
</context-param>
in web.xml causes following warning in the server log:-
01-Feb-2018 15:05:16.578 WARNING [http-nio-8080-exec-2] org.icefaces.impl.context.DOMResponseWriter.logUnclosedNode Missing end-element for: span[id="f1:link2"] (path: #document -> html -> body -> form -> div -> span)
<ice:outputLink disabled="true"/> and
<context-param>
<param-name>org.icefaces.mandatoryResourceConfiguration</param-name>
<param-value>fileEntry</param-value>
</context-param>
in web.xml causes following warning in the server log:-
01-Feb-2018 15:05:16.578 WARNING [http-nio-8080-exec-2] org.icefaces.impl.context.DOMResponseWriter.logUnclosedNode Missing end-element for: span[id="f1:link2"] (path: #document -> html -> body -> form -> div -> span)
Activity
Field | Original Value | New Value |
---|---|---|
Description |
see attached test case.
{code} <ice:outputLink disabled="true"/> and {code} {code} <context-param> <param-name>org.icefaces.mandatoryResourceConfiguration</param-name> <param-value>fileEntry</param-value> </context-param> {code} in web.xml causes following warning in the server log:- 01-Feb-2018 15:05:16.578 WARNING [http-nio-8080-exec-2] org.icefaces.impl.context.DOMResponseWriter.logUnclosedNode Missing end-element for: span[id="f1:link2"] (path: #document -> html -> body -> form -> div -> span) |
see attached test case.
<ice:outputLink disabled="true"/> and <context-param> <param-name>org.icefaces.mandatoryResourceConfiguration</param-name> <param-value>fileEntry</param-value> </context-param> in web.xml causes following warning in the server log:- 01-Feb-2018 15:05:16.578 WARNING [http-nio-8080-exec-2] org.icefaces.impl.context.DOMResponseWriter.logUnclosedNode Missing end-element for: span[id="f1:link2"] (path: #document -> html -> body -> form -> div -> span) |
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-3.3.0.GA_P07 [ 13118 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Summary | warning for unclosed node when <ice:outputLink/> is disabled and mandatory resource for ace fileEntry | warning for unclosed node when <ice:outputLink></ice:outputLink> is disabled |
Summary | warning for unclosed node when <ice:outputLink></ice:outputLink> is disabled | warning for unclosed node when <ice:outputLink/> is disabled |
Fix Version/s | EE-3.3.0.GA_P06 [ 13114 ] | |
Fix Version/s | EE-3.3.0.GA_P07 [ 13118 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r52301: added closing tag for disabled ice:outputLink
The mandatory resource setting had nothing to do with this issue.