com.atlassian.confluence.security.interceptors
Class XXSSSecurityHeaderInterceptor

java.lang.Object
  extended by com.atlassian.confluence.security.interceptors.XXSSSecurityHeaderInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor

public class XXSSSecurityHeaderInterceptor
extends java.lang.Object
implements com.opensymphony.xwork.interceptor.Interceptor

Adds a X-XSS-Protection HTTP header(in block mode) to response.

Since:
4.3

Constructor Summary
XXSSSecurityHeaderInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XXSSSecurityHeaderInterceptor

public XXSSSecurityHeaderInterceptor()
Method Detail

intercept

public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Throws:
java.lang.Exception

init

public void init()
Specified by:
init in interface com.opensymphony.xwork.interceptor.Interceptor

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork.interceptor.Interceptor


Copyright © 2003-2014 Atlassian. All Rights Reserved.