Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-2289

GeronimoAsMavenServlet.java generates wrong default-repository element

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • 1.2
    • Plugins
    • Security Level: public (Regular issues)
    • None
    • Patch Available

    Description

      The GeronimoAsMavenServlet generates a XML document which contains an element called 'default-repository' (see http://localhost:8080/console-standard/maven-repo/geronimo-plugins.xml). The value of this element looks like:

      — 8< —
      ...
      <default-repository>
      HTTP/1.1://localhost:8081/console-standard/maven-repo/
      </default-repository>

      — 8< —

      With this issue it isn't possible to import a plugin from a Geronimo Server running somewhere.

      This should be:

      — 8< —
      ...
      <default-repository>
      http://localhost:8081/console-standard/maven-repo/
      </default-repository>

      — 8< —

      The attached patch resolves this issue.

      Kristian

      Attachments

        Issue Links

          Activity

            People

              ammulder Aaron Mulder
              ammulder Aaron Mulder
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: