Closed Bug 813069 Opened 12 years ago Closed 12 years ago

xmlrpc: no code to decrypt base64 encoded content of images

Categories

(Bugzilla :: WebService, defect)

4.2.4
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 640756

People

(Reporter: anuraag.jpr, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0 Build ID: 20121010231231 Steps to reproduce: I am Implementing bugzilla integration with my ruby on rails application, While exploring Bugzilla XMLRPC API i found that the Bug.add_attachment method is not correct (Bugzilla/Webservices/Bug.pm), as given in the Webservices API documentation we need to send base64 encoded content of an image to the server, and which should be then decrepted on the API but there is no code to decrypt the image content. Actual results: I am Implementing bugzilla integration with my ruby on rails application, While exploring Bugzilla XMLRPC API i found that the Bug.add_attachment method is not correct (Bugzilla/Webservices/Bug.pm), as given in the Webservices API documentation we need to send base64 encoded content of an image to the server, and which should be then decrepted on the API but there is no code to decrypt the image content. Expected results: It can be fixed by adding decrypt method befor params of 'data'
Summary: xmlrpc → xmlrpc: no code to decrypt base64 encoded content of images
You must also tell XML-RPC that your attachment is encoded as base64. Simply encoding it is not enough.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.