Class RootOnlyStrategy

  • All Implemented Interfaces:
    ExclusionStrategy

    public class RootOnlyStrategy
    extends Object
    implements ExclusionStrategy
    This exclusion strategy is a workaround for an issue with a filter being mapped to "/" did not work. This strategy does the URL filtering now to accomplish the desired result.
    Author:
    nils
    • Constructor Detail

      • RootOnlyStrategy

        public RootOnlyStrategy()
    • Method Detail

      • exclude

        public boolean exclude​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        exclude in interface ExclusionStrategy