andruhon commented on a change in pull request #376: WICKET-6682 add CSP nonce 
support: initial commit
URL: https://github.com/apache/wicket/pull/376#discussion_r303191933
 
 

 ##########
 File path: 
wicket-util/src/main/java/org/apache/wicket/util/value/HeaderItemAttributeMap.java
 ##########
 @@ -0,0 +1,24 @@
+package org.apache.wicket.util.value;
+
+import java.util.Map;
+
+public class HeaderItemAttributeMap extends AttributeMap {
 
 Review comment:
   I mainly need it to have put and add below accepting the enum. Is there any 
other mechanism to avoid doing `attributes.put(SCRIPT_SRC.getName(), val)` 
every time? I mean the .getName()

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to