[jcifs] Probelms moving from jcifs-0.7.3.jar to jcifs-1.1.4.jar in Websphere 5.1-Apache

Michael B Allen mba2000 at ioplex.com
Tue Dec 14 19:43:27 GMT 2004


On Tue, 14 Dec 2004 08:02:12 -0600
"FABRICIO MEJIA" <fabriciomejia at hotmail.com> wrote:

> 
> Hi Guys,
> 
>  
> 
> I have the HTTP NTLM filter configured in my Intranet application filtered
> using version of the jar.
> 
> When I doiwnload and replace this jar  by jcifs-1.1.4.jar  The application
> stops working.

Well what happens? Do space aliens fly out of the monitor? That one's not in
the FAQ :-< Are there errors in the log?

> Can anybody help me with this problem?
> 
> Thanks in advance for your help
> 
> The foollowing is my web.xml config for the filter:
> 
>       <filter id="Filter_1075395820795">
>          <filter-name>NTLM</filter-name>
>          <filter-class>jcifs.http.NtlmHttpFilter</filter-class>
>         <init-param id="InitParam_1075395820795">
>             <param-name>jcifs.smb.client.domain</param-name>
>             <param-value>NILP</param-value>
>          </init-param>
>          <init-param id="InitParam_107539582074499999">
>             <param-name>jcifs.smb.client.ssnLimit</param-name>
>             <param-value>1</param-value>

Why do you have ssnLimit=1 here. I'm not sure that would actually work.

>          <url-pattern>*.action</url-pattern>

This won't work with HTTP POST. See the FAQ.

Mike

-- 
Greedo shoots first? Not in my Star Wars.


More information about the jcifs mailing list