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
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