When an URI is modified, it is not reflected in address.toString()
-------------------------------------------------------------------
Key: CIPANGO-197
URL:
http://jira.cipango.org/browse/CIPANGO-197
Project: cipango
Issue Type: Bug
Components: core
Affects Versions: 3.0.0.M0
Reporter: Pierrick Grasland
Assignee: Nicolas Trangosi
Fix For: 3.0.0.M1
The following code
{code:java}
Address address = newAddress("<
sip:al...@cipango.org>");
address.getURI().setParameter("lr", "");
System.out.println(address);
{code}
display {{<
sip:al...@cipango.org>}} instead of {{<
sip:al...@cipango.org;lr>}}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira