[Devel] [ openser-Bugs-1500692 ] add_rr_param & branchs don't work
as expected
SourceForge.net
noreply at sourceforge.net
Mon Jun 5 17:12:13 CEST 2006
Bugs item #1500692, was opened at 2006-06-05 04:23
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1500692&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: core
Group: ver devel
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Bogdan (bogdan_iancu)
Summary: add_rr_param & branchs don't work as expected
Initial Comment:
When add_rr_param is called from within a branch_route
the resulting change to the Record-Route header
propagates down through through subsequent branches.
If you have:
{
.....
record_route(";param1=xxx");
t_on_branch("1");
.....
t_relay();
}
branch_route[1] {
add_rr_param(";param2=yyy");
.......
}
The output of the first branch looks like this:
";param1=xxx;param2=yyy" (correct)
The outout of the second branch looks like this:
";param1=xxx;param2=yyy;param2=yyy" (incorrect)
This make it impossible to have different
add_rr_param's for different branches.
Tony <ostj at spam.t71.org>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1500692&group_id=139143
More information about the Devel
mailing list