You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Chris Cardona (JIRA)" <de...@geronimo.apache.org> on 2006/07/28 19:39:17 UTC

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

     [ http://issues.apache.org/jira/browse/GERONIMO-2228?page=all ]

Chris Cardona reassigned GERONIMO-2228:
---------------------------------------

    Assignee: Chris Cardona

> GeronimoAsMavenServlet.java generates wrong default-repository element
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-2228
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2228
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 1.2, 1.1
>            Reporter: Kristian Koehler
>         Assigned To: Chris Cardona
>             Fix For: 1.1.1
>
>         Attachments: diff.patch
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira