-
Feature Request
-
Resolution: Done
-
Major
-
1.1.1.Final
-
None
A method that negates the propagation of the cid parameter by the ConversationAwareViewHandler so that a non-transient is not resumed even if there is a cid parameter in the request. Stripping it out on a per-component-basis is tricky.
Suggested implementation: change the last line in WeldPhaseListener.getConversationId to
return facesContext.getExternalContext().getRequestParameterMap().containsKey("nocid") ? null : cid;
- relates to
-
CDI-135 Request parameter for terminating cid propagation
- Closed