You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2011/08/04 10:03:42 UTC

[jira] Created: (MRM-1487) Unable to add a proxy connector

Unable to add a proxy connector
-------------------------------

                 Key: MRM-1487
                 URL: https://jira.codehaus.org/browse/MRM-1487
             Project: Archiva
          Issue Type: Bug
          Components: Web Interface
            Reporter: Maria Odea Ching
            Priority: Blocker
         Attachments: add-proxy-connector.png

See attached screen shot for errors encountered when trying to create a new proxy connector.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRM-1487) Unable to add a proxy connector

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MRM-1487.
-----------------------------

    Resolution: Fixed

fixed it looks acceptedParamsNames pattern has changed in struts so take this one with adding \\- to support -

> Unable to add a proxy connector
> -------------------------------
>
>                 Key: MRM-1487
>                 URL: https://jira.codehaus.org/browse/MRM-1487
>             Project: Archiva
>          Issue Type: Bug
>          Components: Web Interface
>            Reporter: Maria Odea Ching
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.4-M1
>
>         Attachments: add-proxy-connector.png
>
>
> See attached screen shot for errors encountered when trying to create a new proxy connector.
> This was found in trunk -r1153760.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MRM-1487) Unable to add a proxy connector

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-1487:
----------------------------------

      Description: 
See attached screen shot for errors encountered when trying to create a new proxy connector.

This was found in trunk -r1153760.

  was:See attached screen shot for errors encountered when trying to create a new proxy connector.

    Fix Version/s: 1.4-M1

> Unable to add a proxy connector
> -------------------------------
>
>                 Key: MRM-1487
>                 URL: https://jira.codehaus.org/browse/MRM-1487
>             Project: Archiva
>          Issue Type: Bug
>          Components: Web Interface
>            Reporter: Maria Odea Ching
>            Priority: Blocker
>             Fix For: 1.4-M1
>
>         Attachments: add-proxy-connector.png
>
>
> See attached screen shot for errors encountered when trying to create a new proxy connector.
> This was found in trunk -r1153760.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (MRM-1487) Unable to add a proxy connector

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reassigned MRM-1487:
---------------------------------

    Assignee: Olivier Lamy

> Unable to add a proxy connector
> -------------------------------
>
>                 Key: MRM-1487
>                 URL: https://jira.codehaus.org/browse/MRM-1487
>             Project: Archiva
>          Issue Type: Bug
>          Components: Web Interface
>            Reporter: Maria Odea Ching
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.4-M1
>
>         Attachments: add-proxy-connector.png
>
>
> See attached screen shot for errors encountered when trying to create a new proxy connector.
> This was found in trunk -r1153760.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (MRM-1487) Unable to add a proxy connector

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275437#comment-275437 ] 

Olivier Lamy edited comment on MRM-1487 at 8/10/11 3:46 AM:
------------------------------------------------------------

So in jsp we have 
{code}
<select name="connector.policies['releases']" id="policy_releases" style="width: 10em"> 
  <option value="always" selected="selected">always</option> 
  <option value="hourly">hourly</option> 
  <option value="daily">daily</option> 
  <option value="once">once</option> 
  <option value="never">never</option> 
</select> 
<select name="connector.policies['propagate-errors']" id="policy_propagate-errors" style="width: 10em"> 
  <option value="stop">stop</option> 
  <option value="queue error">queue error</option> 
  <option value="ignore">ignore</option> 
</select> 
{code}
So the ones with ids containing "-" are not added anymore in Map :-(.
A struts issues with upgrading to 2.2.3
Any ideas from struts experts are welcome :-)

      was (Author: olamy):
    So in jsp we have 
{code}
<select name="connector.policies['releases']" id="policy_releases" style="width: 10em"> 
  <option value="always" selected="selected">always</option> 
  <option value="hourly">hourly</option> 
  <option value="daily">daily</option> 
  <option value="once">once</option> 
  <option value="never">never</option> 
</select> 
<select name="connector.policies['propagate-errors']" id="policy_propagate-errors" style="width: 10em"> 
  <option value="stop">stop</option> 
  <option value="queue error">queue error</option> 
  <option value="ignore">ignore</option> 
</select> 
{code}
So the ones with ids containing "-" are not added anymore :-(.
A struts issues with upgrading to 2.2.3
Any ideas from struts experts are welcome :-)
  
> Unable to add a proxy connector
> -------------------------------
>
>                 Key: MRM-1487
>                 URL: https://jira.codehaus.org/browse/MRM-1487
>             Project: Archiva
>          Issue Type: Bug
>          Components: Web Interface
>            Reporter: Maria Odea Ching
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.4-M1
>
>         Attachments: add-proxy-connector.png
>
>
> See attached screen shot for errors encountered when trying to create a new proxy connector.
> This was found in trunk -r1153760.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRM-1487) Unable to add a proxy connector

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275437#comment-275437 ] 

Olivier Lamy commented on MRM-1487:
-----------------------------------

So in jsp we have 
{code}
<select name="connector.policies['releases']" id="policy_releases" style="width: 10em"> 
  <option value="always" selected="selected">always</option> 
  <option value="hourly">hourly</option> 
  <option value="daily">daily</option> 
  <option value="once">once</option> 
  <option value="never">never</option> 
</select> 
<select name="connector.policies['propagate-errors']" id="policy_propagate-errors" style="width: 10em"> 
  <option value="stop">stop</option> 
  <option value="queue error">queue error</option> 
  <option value="ignore">ignore</option> 
</select> 
{code}
So the ones with ids containing "-" are not added anymore :-(.
A struts issues with upgrading to 2.2.3
Any ideas from struts experts are welcome :-)

> Unable to add a proxy connector
> -------------------------------
>
>                 Key: MRM-1487
>                 URL: https://jira.codehaus.org/browse/MRM-1487
>             Project: Archiva
>          Issue Type: Bug
>          Components: Web Interface
>            Reporter: Maria Odea Ching
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.4-M1
>
>         Attachments: add-proxy-connector.png
>
>
> See attached screen shot for errors encountered when trying to create a new proxy connector.
> This was found in trunk -r1153760.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira