spring-projects / spring-security-kerberos

Spring Security Kerberos
https://spring.io/projects/spring-security-kerberos
186 stars 227 forks source link

SPNEGO auth fails if client proposes MS krb5 OID #34

Closed jvalkeal closed 9 years ago

jvalkeal commented 9 years ago

This issue relates to #22 and https://bugs.openjdk.java.net/browse/JDK-8078439. We should try to attempt if we can change framework code so that this bug is bypassed if jdk 1.8.0_40 or jdk 1.8.0_45 is used.

jvalkeal commented 9 years ago

paging @igler it'd be nice if you have time to test your stuff with 1.8.0_40 or jdk 1.8.0_45.

igler commented 9 years ago

You mean latest snapshot or release 1.0.1 with JDK 1.8.0_40 or ..._45?

jvalkeal commented 9 years ago

@igler we don't have 1.0.1.RELEASE yet, so either local build or http://repo.spring.io/libs-snapshot/org/springframework/security/kerberos/spring-security-kerberos-core/1.0.1.BUILD-SNAPSHOT/. 40/45 doesn't matter, I used 45 to test it.

igler commented 9 years ago

1.0.1.BUILD-SNAPSHOT works with JDK 1.8.0_45 now!

jvalkeal commented 9 years ago

@igler thx mate, wanted to get second pair of eyes.