[ 
https://issues.apache.org/struts/browse/STR-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40877
 ] 

Andrew Kelly commented on STR-3015:
-----------------------------------

I don't have the ability to use SVN and therefore get access to 1.3.9. I notice 
that in the "nightlies" area there is a release of 1.4.0, but not 1.3.9.

It would be nice if I could download a copy of 1.3.9 pre-built.

Andy.

> release set parameters to null in LinkTag
> -----------------------------------------
>
>                 Key: STR-3015
>                 URL: https://issues.apache.org/struts/browse/STR-3015
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Taglibs
>    Affects Versions: 1.3.8
>            Reporter: Xavier Poinsard
>         Assigned To: Paul Benedict
>            Priority: Blocker
>             Fix For: 1.3.9
>
>
> In LinkTag the release() function is incorrectly setting null to parameters 
> attribute.
> This lead to NullPointerException when the tag is reused.
> Line 391 : 
>     parameters = null;
> should become
>    parameters.clear();

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

Reply via email to