RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Wed Mar 14 23:24:35 UTC 2018
- Previous message (by thread): RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt
- Next message (by thread): RFR: JDK-8199640 Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
/Erik
On 2018-03-14 14:50, Magnus Ihse Bursie wrote:
For some odd reason, the native library compiled for jdk.security.auth is called jaasunix on unix and jaasnt on windows. There's no good reason for this, and it breaks with the common practice in OpenJDK.
This patch renames both libraries to the basename "jaas" (that is, libjaas.so, libjaas.dylib or jaas.dll, depending on OS). Bug: https://bugs.openjdk.java.net/browse/JDK-8199636 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8199636-rename-libjaas/webrev.01 /Magnus
- Previous message (by thread): RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt
- Next message (by thread): RFR: JDK-8199640 Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]