Bogdan wrote: > After some more testing, I came to the conclusion that I was > wrong. The patch I proposed does not solve the problem > although it introduces some changes that are needed. The way > I tested this patch was not correct and mislead me. > Anyway, the "&" char and some others must be escaped in order > to solve this problem. I will prepare a new patch.
I understand. Thank you for following up. If there is opportunity to consolidate the escaping code for re-use, then consider it. But it depends on how much code there is. If all the escaping is achieved with a single Java library method call, then don't bother consolidating it. If on the other hand you find there's a significant amount of repeated code in many plug-ins, then do consolidate it. Thanks. -Paul [email protected] _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
