[Xorp-cvs] XORP cvs commit: xorp/rtrmgr

Mark Handley mjh@icir.org
Thu, 14 Jul 2005 23:21:56 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	mjh@xorpc.icir.org	2005-07-14 23:21:56 UTC

XORP CVS repository


Modified files:
	rtrmgr        template_commands.cc 

Log message:
	Explicitly xrl encode the xrl args before creating an XrlAtom.  For
	reasons best known to itself, an XrlAtom constructor assumes the value
	passed to it is already Xrl encoded.  It then proceeds to decode it.
	Thus we have to pre-encode it so it can decode it.  Odd.

Revision  Changes                              Path
1.60      +5 -3;  commitid: dfdd42d6f3017ea6;  xorp/rtrmgr/template_commands.cc