You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2012/05/12 17:42:50 UTC

[jira] [Issue Comment Edited] (WW-3812) UnsupportedOperation exception in org.apache.struts2.views.util.DefaultUrlHelper

    [ https://issues.apache.org/jira/browse/WW-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274029#comment-13274029 ] 

Lukasz Lenart edited comment on WW-3812 at 5/12/12 3:42 PM:
------------------------------------------------------------

Soon if now show stoppers appear ... you're welcome to help test it ;-)
                
      was (Author: lukaszlenart):
    Soon if now show stoppers appear ... you're welcome to help testing ;-)
                  
> UnsupportedOperation exception in org.apache.struts2.views.util.DefaultUrlHelper
> --------------------------------------------------------------------------------
>
>                 Key: WW-3812
>                 URL: https://issues.apache.org/jira/browse/WW-3812
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.3.3
>         Environment: org.apache.struts2.views.util.DefaultUrlHelper line 311/312
>            Reporter: Eric Chauvin
>            Assignee: Lukasz Lenart
>            Priority: Critical
>             Fix For: 2.3.4
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Arrays.asList return one implementation of List which cannot handle add operation
> commit : 1303298
> {code:java}
> 311 : List<String> paramList = Arrays.asList(currentParamValues);
> 312 : paramList.add(translatedParamValue);
> {code}
> commit : 1302803
> {code:java}
> 311 : List<String> paramList = new ArrayList(Arrays.asList(currentParamValues));
> 312 : paramList.add(translatedParamValue);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira