[Devel] CVS commitlog: sip-server Makefile.defs items.c items_extra.c sr_module.c strcommon.c strcommon.h transformations.c transformations.h ut.h

Juha Heinanen jh at tutpro.com
Tue Feb 13 04:24:00 CET 2007


Daniel-Constantin Mierla writes:

 >   - added user escape/unescape trasnformation (credits to Juha
 >   - Heinanen); closes 1652269

thanks for the escape/unescape transformations.  there is a small
performance issue related to them when applied to, for example, request
uri user.

in order to find out if anything was unescaped, one needs to assign the
unescaped user into a pv and then compare if the result is the same as
original.  if it was the same, then there is no need to change r-uri
user nor to escape it back when request is sent out.

-- juha



More information about the Devel mailing list