Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-108

ServletFacet.getResources(FileFilter f) does not use the filter, and should use ResourceFilter instead.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha4
    • 1.0.0.Alpha3
    • Builtin Plugins
    • None

    Description

         public List<Resource<?>> getResources(final FileFilter filter)
         {
            DirectoryResource webRoot = project.getFacet(WebResourceFacet.class).getWebRootDirectory();
            return listChildrenRecursively(webRoot);
         }
      

      Attachments

        Activity

          People

            lincolnthree Lincoln Baxter III (Inactive)
            lincolnthree Lincoln Baxter III (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: