You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/01/30 02:07:34 UTC

[jira] Closed: (GERONIMO-2289) GeronimoAsMavenServlet.java generates wrong default-repository element

     [ https://issues.apache.org/jira/browse/GERONIMO-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-2289.
----------------------------------

    Resolution: Fixed

Lets not keep this issue open because there are other problems.

> GeronimoAsMavenServlet.java generates wrong default-repository element
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-2289
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2289
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 1.1
>            Reporter: Aaron Mulder
>            Assignee: Aaron Mulder
>             Fix For: 1.2
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.