Class BambooStrutsSecureAccessFilter

java.lang.Object
com.atlassian.core.filters.AbstractHttpFilter
com.atlassian.bamboo.filter.BambooStrutsSecureAccessFilter
All Implemented Interfaces:
jakarta.servlet.Filter

public class BambooStrutsSecureAccessFilter extends com.atlassian.core.filters.AbstractHttpFilter
Servlet filter applied to the Struts actions. Resolves the methods and classes of an action including the methods called using the Struts Dynamic Method Invocation mechanism.
Since:
10.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doFilter(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain filterChain)
     

    Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter

    destroy, doFilter, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BambooStrutsSecureAccessFilter

      public BambooStrutsSecureAccessFilter()
  • Method Details

    • doFilter

      protected void doFilter(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.FilterChain filterChain) throws IOException, jakarta.servlet.ServletException
      Specified by:
      doFilter in class com.atlassian.core.filters.AbstractHttpFilter
      Throws:
      IOException
      jakarta.servlet.ServletException