-
Bug
-
Resolution: Done
-
Major
-
6.0.3.Final, 5.1.6.Final
-
None
Setting log-level to TRACE and using
set of the jstl-namespace: xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
with scope request
like
<c:set var="activeIndexValue" scope="request">0,1</c:set>
causes a StackoverflowException in org.jboss.weld.contexts.SerializableContextualInstanceImpl#toString due to a self reference loop by the value instance.
- informs
-
WELD-2548 StackOverFlow when used with EL and JSF
-
- Resolved
-