Class FetchMetadataInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.FetchMetadataInterceptor
All Implemented Interfaces:
Serializable, ConditionalInterceptor, Interceptor

public class FetchMetadataInterceptor extends AbstractInterceptor
Interceptor that implements Fetch Metadata policy on incoming requests used to protect against CSRF, XSSI, and cross-origin information leaks. Uses StrutsResourceIsolationPolicy to filter the requests allowed to be processed.
See Also: