[
https://issues.apache.org/struts/browse/STR-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40859
]
Andrew Kelly commented on STR-3015:
-----------------------------------
This bug actually affects all versions from 1.3.6 where the <html:param> tag
was introduced.
This bug is stopping our organisation from moving from Struts 1.2.9 to Struts
1.3.8.
A 1.3.8a release would be appreciated.
Thanks,
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.