On Tue, Jul 26, 2011 at 10:28 PM, Emmanuel Lecharny <[email protected]> wrote: > On 7/26/11 10:24 PM, Stefan Seelmann wrote: >> >> Hi, >> >> I added some additional tests to kerberos-test module that are a bit >> special. >> >> 1st, different encyryption types are tested, including AES256, thus >> the unlimited strength JCE is required. I also modified the Jenkins >> job to use the appropriate JDK. >> >> 2nd, using the standard JAAS and Java GSS-API it isn't possible ot run >> tests with all the possible Kerberos options. So I had to use >> reflection that modifies internal fields to be able to set the >> checksum algorithm or to force use of TCP instead of UDP. This means >> those tests are highly coupled to the current (Sun) implementation. If >> anyone has better ideas they are highly appreciated. > > It's fine, but may be we should run those tests only when a Sun/Oracle JVM > is used. Can't we check that in the tests?
Yes, that should be possible. I'll give it a try.
