LemonLDAPNG / lemonldap-valve-tomcat

Tomcat Valve for LemonLDAP::NG
4 stars 1 forks source link

Issue with the compiler with java 11 and tomcat 9 #2

Open tizimus opened 2 years ago

tizimus commented 2 years ago

Hello,

Getting this error when launching ant on the build file : build: [javac]/lemonldap-valve-tomcat-master/build.xml:32: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /srv/download/lemon-ldap-env1/lemonldap-valve-tomcat-master/build [javac] /lemonldap-valve-tomcat-master/src/org/lemonLDAPNG/SSOValve.java:94: error: incompatible types: Realm cannot be converted to String [javac] .getContainer().getRealm(), user, "", roles)); [javac] ^ [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output

Any idea?

Thank you

coudot commented 2 years ago

Hello,

sadly this plugin is not maintained anymore. Nowadays java applications use some authentication frameworks that can be used for SSO.