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

Paul Benedict commented on STR-3015:
------------------------------------

1.3.9-SNAPSHOT is available:
http://people.apache.org/repo/m2-snapshot-repository/

> 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