On Mon, 2015-07-06 at 10:56 -0400, Rafael Schloming wrote: > On Mon, Jul 6, 2015 at 9:52 AM, Robbie Gemmell <[email protected]> > wrote: > > > Is this change allowing clients to skip the SASL layer when connecting > > to servers that have enabled the SASL layer? If so, how is the new > > default behaviour disabled? > > > > Yes, it was necessary to allow the tests to pass. > > > > The existing but unimplemented 'allowSkip' method previously intended > > to enable such behaviour still doesn't do anything, so is there a way > > to require clients use a SASL layer as would have been previously > > after enabling SASL for a proton-j (and in the past a proton-c) > > server? > > > > Ah, I didn't notice that. Thanks for pointing it out. I'll wire it up and > cross my fingers that the tests still pass.
Allow_skip is no longer present in the C API it is replaced with the require_auth (now on the transport object) API. So it would make more sense to implement that and remove allow_skip. > > --Rafael
