#3745 XMLRPC server returns a wrong Content-Type
Closed: Fixed None Opened 10 years ago by mkosek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 6): Bug 976716

Description of problem:

I am trying to access the XMLRPC Server of FreeIPA via Rubies XMLRPC::Client.
This doesn't work, because the service itself sends out Content-Type:
text/plain

which is wrong in terms of XMLRPC. Ruby itself has a strict sanity check in its
XMLRPC Client, and throws an Exception when the returned Content-Type is not
text/xml

Version-Release number of selected component (if applicable):
3.0.0-26.el6

How reproducible:

One just needs to call IPA in Negotiate mode:

$ ipa --delegate -vv user-show admin

Metadata Update from @mkosek:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 3.2.x - 2013/06 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata