Stian Soiland-Reyes created CXF-4921:
----------------------------------------
Summary: LinkBuilder can't be reused
Key: CXF-4921
URL: https://issues.apache.org/jira/browse/CXF-4921
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.3
Reporter: Stian Soiland-Reyes
Priority: Minor
Currently the linkbuilder will do the 'wrong' thing if it is reused, because it
does not copy the map of parameters on .build) - so later changes to the
linkbuilder will affect previously built links.
The suggested patch at https://github.com/apache/cxf/pull/6 includes a unit
test to verify the bug, and copies the parameters on build() to fix it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira