Comment 1 for bug 1442710

Revision history for this message
Chris Dent (cdent) wrote :

Hmm, that's unfortunate.

As a short term workaround the test can be made to work by adding the RestProtocol last.

Unfortunately the changes I made for #1419110 raise ClientSideErrors in accept that this appears to break the protcol handling. One option might be to move the media_type_accept call into iter_calls on the RestProtocol and change accept back to how it was before. I'll investigate this.

Is protocol stacking the common way of doing things with WSME?

(BTW none of this is Made Easy from my perspective...)