Class SuspiciousRequestFilter

java.lang.Object
jenkins.security.SuspiciousRequestFilter
All Implemented Interfaces:
jakarta.servlet.Filter, org.kohsuke.stapler.CompatibleFilter

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class SuspiciousRequestFilter extends Object implements org.kohsuke.stapler.CompatibleFilter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    System property name set to true or false to indicate whether or not semicolons should be allowed in URL paths.
    static boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain)
     
    void
    init(jakarta.servlet.FilterConfig filterConfig)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.kohsuke.stapler.CompatibleFilter

    doFilter, init
  • Field Details

    • ALLOW_SEMICOLONS_IN_PATH

      public static final String ALLOW_SEMICOLONS_IN_PATH
      System property name set to true or false to indicate whether or not semicolons should be allowed in URL paths.
    • allowSemicolonsInPath

      public static boolean allowSemicolonsInPath
  • Constructor Details

    • SuspiciousRequestFilter

      public SuspiciousRequestFilter()
  • Method Details

    • doFilter

      public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Specified by:
      doFilter in interface jakarta.servlet.Filter
      Throws:
      IOException
      jakarta.servlet.ServletException
    • init

      public void init(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Filter
      Throws:
      jakarta.servlet.ServletException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface jakarta.servlet.Filter