Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-4104

Action in jar is not be scanned

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.3.14.3
    • 2.3.15
    • Plugin - Convention
    • None
    • tomcat 6, struts2.3.*

    • Patch

    Description

      buildUrlSet function of PackageBasedActionConfigBuilder class don't scan jar file when "struts.convention.action.includeJars" is seted.

      PackageBasedActionConfigBuilder.java

      line 416: urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols));
      must be: urlSet = urlSet.include(new UrlSet(classLoaderInterface, this.fileProtocols));

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zeroyet zhouyong
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: