You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2008/10/03 23:01:44 UTC

[jira] Created: (GERONIMO-4336) some improvements to the addRepository page of the install plugin portlet

some improvements to the addRepository page of the install plugin portlet
-------------------------------------------------------------------------

                 Key: GERONIMO-4336
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4336
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: console
    Affects Versions: 2.2
            Reporter: Lin Sun
            Assignee: Lin Sun
             Fix For: 2.2


I noticed the following items that need to be improved on this portlet:

1. when click on add repository link, if a user enters file://Users/linsun, it takes the user back to the main page, which no indication of this action is failed.   This turned out to be that the pluto doesn't like a semi-colon in the value we passed into response.setRenderParameter.   Same prob existed when adding a invalid remote site such as http://test.com/

2. Add the optional user and password input boxes to the add repository page, as we should ask users for them when adding a remote repo that requires auth, due to the change recently that we store the repo, username, password in the plugin-repositories.properties file now.   

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


[jira] Resolved: (GERONIMO-4336) some improvements to the addRepository page of the install plugin portlet

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun resolved GERONIMO-4336.
-------------------------------

    Resolution: Fixed

fixed in rev 701533

> some improvements to the addRepository page of the install plugin portlet
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-4336
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4336
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.2
>            Reporter: Lin Sun
>            Assignee: Lin Sun
>             Fix For: 2.2
>
>
> I noticed the following items that need to be improved on this portlet:
> 1. when click on add repository link, if a user enters file://Users/linsun, it takes the user back to the main page, which no indication of this action is failed.   This turned out to be that the pluto doesn't like a semi-colon in the value we passed into response.setRenderParameter.   Same prob existed when adding a invalid remote site such as http://test.com/
> 2. Add the optional user and password input boxes to the add repository page, as we should ask users for them when adding a remote repo that requires auth, due to the change recently that we store the repo, username, password in the plugin-repositories.properties file now.   

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