I'm running the tests with SpringJUnit4ClassRunner on eclipse. So all information I get is via sysout. so basically no logging information on HTTPConduit.
I tested my working code with 2.2.6, 2.3.4 and 2.4.0.
2.2.6 and 2.3.4. worked just fine. 2.4.0 throws that XMLStreamReader error.
When changing to the "new" 2.4 code (with SpnegoAuthSupplier)
SpnegoAuthSupplier is correctly called and Header shows the Negotiate
Ticket.
So basically it's not the added Supplier. Seems more Like the XmlSchema 2.0
