Daniel-Constantin Mierla writes:

 > yes, it is. I am wondering if there is a need to add automatically 
 > unescape of user after receive and escape just before relaying.  This 
 > might need some changes and therefore to be included in next release.

i agree that would make sense to automate unescape/escape for the next
release.

 > By now solutions are:
 > 
 > $var(x)=$(rU{s.unescape.user});
 > if($rU != $var(x)) $rU=$var(x);
 > 
 > or (bit slower)
 > 
 > if($rU != $(rU{s.unescape.user})) $rU=$(rU{s.unescape.user});

plus escape in branch route.

-- juha

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to