Modify

Ticket #393 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

Non-base64 binary file inclusion causes traceback in the client

Reported by: [email protected] Owned by: desai
Priority: major Milestone: Bcfg2 0.9.3 Release
Component: bcfg2-client Version: 0.9.x
Keywords: Cc:

Description

I have mistakenly included a binary file without marking it as "encoding: base64". That resulted in two things:

  1. The server did not complain
  2. The client crashed with the following traceback:
    Unknown failure
    Traceback (most recent call last):
      File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Proxy.py", line 110, in run_method
        ret = apply(method, self._authinfo + methodArgs)
      File "/usr/lib/python2.3/xmlrpclib.py", line 1029, in __call__
        return self.__send(self.__name, args)
      File "/usr/lib/python2.3/xmlrpclib.py", line 1316, in __request
        verbose=self.__verbose
      File "/usr/lib/python2.3/xmlrpclib.py", line 1080, in request
        return self._parse_response(h.getfile(), sock)
      File "/usr/lib/python2.3/xmlrpclib.py", line 1214, in _parse_response
        p.feed(response)
      File "/usr/lib/python2.3/xmlrpclib.py", line 528, in feed
        self._parser.Parse(data, 0)
    ExpatError: not well-formed (invalid token): line 35, column 120
    GetConfig failed:
    Could not connect to bcfg2
    Failed to download configuration from bcfg2
    

Setting 'encoding: base64' fixes the immediate problem. Sorry, I can't send you the misbehaving file for testing, since it's a keytab. :)

Attachments

Change History

comment:1 Changed 16 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to Bcfg2 0.9.3 Release

LXML error checking seems to have changed at some point; checks for binary text nodes have now been readded to it. I will bump the required version of lxml once this fix is included in a stable release.

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.