[rhmessaging-commits] rhmessaging commits: r3625 - mgmt/trunk/cumin/python/cumin/messaging.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Sep 14 15:51:17 EDT 2009


Author: justi9
Date: 2009-09-14 15:51:17 -0400 (Mon, 14 Sep 2009)
New Revision: 3625

Modified:
   mgmt/trunk/cumin/python/cumin/messaging/broker.py
Log:
Escape group names

Modified: mgmt/trunk/cumin/python/cumin/messaging/broker.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/messaging/broker.py	2009-09-14 19:49:52 UTC (rev 3624)
+++ mgmt/trunk/cumin/python/cumin/messaging/broker.py	2009-09-14 19:51:17 UTC (rev 3625)
@@ -315,6 +315,7 @@
         href = branch.marshal()
 
         name = object and object.name or "Any"
+        name = xml_escape(name)
 
         class_ = param.get(session) is object and "selected"
 



More information about the rhmessaging-commits mailing list