Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-81

web.xml for TestSuite portlet is not valid

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.1-rc1
    • 1.0.1-rc2
    • portlets-testsuite
    • None

    Description

      The web.xml for the TestSuite portlet is slightly invalid (it doesn't validate against the DTD). To make it valid, put the elements in the right sequence:

      The servlet element should look like this (with servlet name before servlet class):

      <servlet>
      <servlet-name>extAppScopedTest</servlet-name>
      <servlet-class>org.apache.pluto.portalImpl.portlet.test.ExternalAppScopedAttributeTestCompanionServlet</servlet-class>
      </servlet>

      The security role should also come after the taglib within the web-app element.

      I will attach a patch file.

      Attachments

        1. patch.txt
          1 kB
          Ken Weiner

        Activity

          People

            Unassigned Unassigned
            kweiner Ken Weiner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: