Re: [Spacewalk-devel] Patch proposal: try-wrapping XMLRPC serialization code

2013-10-01 Thread Grant Gainey
Hey Silvio, - Original Message - > Hi, > > We had a downstream bug that boiled down to an uncaught exception in > XMLRPC serialization code (a class implementing XmlRpcCustomSerializer). > > AFAIU at the moment any uncaught exception from by the serialize() is > basically ignored, "diges

[Spacewalk-devel] [PATCH] spacecmd: Fix session validation

2013-10-01 Thread David Juran
Turns out that although spacewalk (Red Hat Satellite 5.5) takes a session argument for the api.getApiNamespaces() API call, this session is not validated, i.e. the call will succeed no matter if the session is valid or not. Which makes this particular call quite a bad choice validating the session