Istvan Toth
Istvan Toth
@michael-o, @ok2c Now that the festive sesason is over, are you able to find the time for reviews ? On my side, I still need to implement the requested new...
So the first patch would be most of this patch, without the actual MutualSPnego implementation, and corresponding new test, while the second one would add the new MutualSpnego implementation class...
Opened #612 for the first part.
#615 is the rebased PR top of current master @michael-o . I am closing this now.
I was afraid you're going to say that... There are two ways to go about that: - Try to find an docker image with a KDC and web server, and...
It is a reasonable request, and it IS helpful to catch any regressions, etc. I will try to find and existing docker image that is close enough.
Kerby is great for in-JVM tests, but for dockerized tests it's probably easier to use MIT kerberos.
After poking around a bit, it seems that neither Apache Httpd, not Nginx supports SPNEGO out of the box. While both have third party SPNEGO modules, creating a test image...
Thanks. I've made the changes to MutualKerberosConfig. While I don't use Tomcat, testing Jgss with Jetty is doable, in fact one of the ways I tested this was via the...
I have added tests for direct connection to httpd + mod_auth_spnego, @michael-o . The tests have immediately found a problem, which I also fixed. The async client cannot use the...