Skip to content

Commit 7d77e98

Browse files
Add FIXME on handling of conflicting request param/header UC targets
1 parent 4043c2e commit 7d77e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ng-appserver/src/main/java/ng/appserver/NGContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public List<String> containingUpdateContainerIDs() {
251251
* ID of the update containers targeted for rendering this request
252252
*
253253
* 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
254255
*/
255256
public String targetedUpdateContainerIDsStringValue() {
256257

0 commit comments

Comments
 (0)