You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ng-appserver/src/main/java/ng/appserver/NGContext.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,7 @@ public List<String> containingUpdateContainerIDs() {
251
251
* ID of the update containers targeted for rendering this request
252
252
*
253
253
* FIXME: Should be replaced with a variable, preferably set at the context's construction // Hugi 2024-10-15
254
+
* FIXME: We need to decide and document what happens when both a header and parameters are present. One overrides the other? Combine values form both? // Hugi 2025-08-25
0 commit comments