Skip to content

Commit 846f274

Browse files
committed
Fix #5606: render="@ALL" must also run CSP scripts
1 parent 61bb884 commit 846f274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

impl/src/main/java/com/sun/faces/context/PartialViewContextImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ public void processPartial(PhaseId phaseId) {
300300
if (isRenderAll()) {
301301
renderAll(ctx, viewRoot);
302302
renderState(ctx);
303+
renderEvalScripts(ctx);
303304
doFlashPostPhaseActions(ctx);
304305
writer.endDocument();
305306
return;

0 commit comments

Comments
 (0)