salcho commented on a change in pull request #426:
URL: https://github.com/apache/struts/pull/426#discussion_r454252239



##########
File path: 
core/src/main/java/org/apache/struts2/interceptor/DefaultResourceIsolationPolicy.java
##########
@@ -0,0 +1,49 @@
+package org.apache.struts2.interceptor;
+
+import org.apache.logging.log4j.util.Strings;
+
+import javax.servlet.http.HttpServletRequest;
+
+/**
+ *
+ * Default resource isolation policy used in {@link FetchMetadataInterceptor} 
that
+ * implements the {@link ResourceIsolationPolicy} interface. This default 
policy is based on
+ * <a 
href="https://web.dev/fetch-metadata/";>https://web.dev/fetch-metadata/</a>.
+ *
+ * @see <a 
href="https://web.dev/fetch-metadata/";>https://web.dev/fetch-metadata/</a>
+ *
+ * @author Santiago Diaz - [email protected]
+ * @author Giannis Chatziveroglou - [email protected]

Review comment:
       haha that's fair! :)




----------------------------------------------------------------
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]


Reply via email to