public class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter extends org.springframework.web.filter.GenericFilterBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
  super_class: org.springframework.web.filter.GenericFilterBean
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.ResourceUrlEncodingFilter this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.servlet.FilterChain cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.servlet.FilterChain cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.ServletRequest cannot be resolved\n\tThe import javax.servlet.ServletResponse cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequestWrapper cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponseWrapper cannot be resolved\n\tThe hierarchy of the type ResourceUrlEncodingFilter is inconsistent\n\tThe type javax.servlet.Filter cannot be resolved. It is indirectly referenced from required .class files\n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe constructor ResourceUrlEncodingFilter.ResourceUrlEncodingRequestWrapper(HttpServletRequest) refers to the missing type HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n\tThe constructor ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper(ResourceUrlEncodingFilter.ResourceUrlEncodingRequestWrapper, HttpServletResponse) refers to the missing type HttpServletResponse\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tThe method setAttribute(String, Object) of type ResourceUrlEncodingFilter.ResourceUrlEncodingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getRequestUri(HttpServletRequest) from the type UrlPathHelper refers to the missing type HttpServletRequest\n\tThe method getLookupPathForRequest(HttpServletRequest) from the type UrlPathHelper refers to the missing type HttpServletRequest\n\tThe method getContextPath(HttpServletRequest) from the type UrlPathHelper refers to the missing type HttpServletRequest\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tThe method encodeURL(String) of type ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tHttpServletResponseWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.resource.ResourceUrlEncodingFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/ResourceUrlEncodingFilter;

  public void doFilter(ServletRequest, ServletResponse, FilterChain);
    descriptor: (LServletRequest;LServletResponse;LFilterChain;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.resource.ResourceUrlEncodingFilter this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe constructor ResourceUrlEncodingFilter.ResourceUrlEncodingRequestWrapper(HttpServletRequest) refers to the missing type HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n\tThe constructor ResourceUrlEncodingFilter.ResourceUrlEncodingResponseWrapper(ResourceUrlEncodingFilter.ResourceUrlEncodingRequestWrapper, HttpServletResponse) refers to the missing type HttpServletResponse\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.resource.ResourceUrlEncodingFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/ResourceUrlEncodingFilter;
    Exceptions:
      throws ServletException, java.io.IOException
    MethodParameters:
             Name  Flags
      request      
      response     
      filterChain  
}
SourceFile: "ResourceUrlEncodingFilter.java"
NestMembers:
  org.springframework.web.servlet.resource.ResourceUrlEncodingFilter$LookupPathIndexException  org.springframework.web.servlet.resource.ResourceUrlEncodingFilter$ResourceUrlEncodingRequestWrapper  org.springframework.web.servlet.resource.ResourceUrlEncodingFilter$ResourceUrlEncodingResponseWrapper
InnerClasses:
  LookupPathIndexException = org.springframework.web.servlet.resource.ResourceUrlEncodingFilter$LookupPathIndexException of org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
  private ResourceUrlEncodingRequestWrapper = org.springframework.web.servlet.resource.ResourceUrlEncodingFilter$ResourceUrlEncodingRequestWrapper of org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
  private ResourceUrlEncodingResponseWrapper = org.springframework.web.servlet.resource.ResourceUrlEncodingFilter$ResourceUrlEncodingResponseWrapper of org.springframework.web.servlet.resource.ResourceUrlEncodingFilter