Michael Ströder wrote:
> Scott Battaglia wrote:
>> Not too much commentary on it:
>> http://www.ja-sig.org/issues/browse/CAS-826
>>
>> Apparently the new library was refactored quite a bit.
>
> The last time I've built CAS with SPNEGO support in December 2009 jcifs 1.2.15
> was pulled in from your Maven repository. The Samba project site has currently
> two versions of jcifs: 1.2.25 and 1.3.14
> Doesn't the whole 1.2.x release series have the same API?
>
> So how about updating to JCIFS 1.2.25 within CAS 3.3.x release series
Not sure whether I did it correctly:
1. I've installed the jcifs-1.2.25.jar into my local Maven cache:
mvn install:install-file -DgroupId=org.samba.jcifs -DartifactId=jcifs
-Dversion=1.2.25 -Dpackaging=jar -Dfile=/home/michael/ftp/Java/jcifs-1.2.25.jar
2. I've added this additional section to pom.xml:
<dependency>
<groupId>org.samba.jcifs</groupId>
<artifactId>jcifs</artifactId>
<version>1.2.25</version>
</dependency>
It seems correctly built with this file added:
WEB-INF/lib/jcifs-1.2.25.jar
But it does not help (java version "1.6.0_12"). It seems I have to try with
JDK 1.7...
Ciao, Michael.
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user