-
Bug
-
Resolution: Done
-
Major
-
2.3.5.Final
-
None
FacesUrlTransformer looks for "cid=" in the action URL without checking word boundary.
PrimeFaces' Dialog Framework has its own context propagation, to that end it adds a "pfdlgcid=..." parameter.
FacesUrlTransformer sees "pfdlgcid=" and thinks that it doesn't need to do anything, thus breaking CDI conversation propagation.