[
https://issues.apache.org/struts/browse/STR-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40599
]
Xavier Poinsard commented on STR-3015:
--------------------------------------
Paul,
For me it was completely unusable, since I was manually calling release() and
using the tag.
In emergency, I changed with parameters.clear() and built a custom version
which works perfectly.
> 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.